/// <reference types="webdriverio/webdriverio-core" />
export default function getValue(this: WebdriverIO.Element): Promise<string | null>;
//# sourceMappingURL=getValue.d.ts.map