/// <reference types="webdriverio/webdriverio-core" /> export default function getCSSProperty(this: WebdriverIO.Element, cssProperty: string): Promise<import("../../types").ParsedCSSValue>; //# sourceMappingURL=getCSSProperty.d.ts.map