/// <reference types="webdriverio/webdriverio-core" />
export default function getLocation(this: WebdriverIO.Element, prop: string): Promise<number | {
    x: number;
    y: number;
}>;
//# sourceMappingURL=getLocation.d.ts.map