import { Element, Rect } from '@appium/types'; import { NovaWindowsDriver } from '../driver'; export declare function getProperty(this: NovaWindowsDriver, propertyName: string, elementId: string): Promise; export declare function getAttribute(this: NovaWindowsDriver, propertyName: string, elementId: string): Promise; export declare function active(this: NovaWindowsDriver): Promise; export declare function getName(this: NovaWindowsDriver, elementId: string): Promise; export declare function getText(this: NovaWindowsDriver, elementId: string): Promise; export declare function clear(this: NovaWindowsDriver, elementId: string): Promise; export declare function setValue(this: NovaWindowsDriver, value: string | string[], elementId: string): Promise; export declare function getElementRect(this: NovaWindowsDriver, elementId: string): Promise; export declare function elementDisplayed(this: NovaWindowsDriver, elementId: string): Promise; export declare function elementSelected(this: NovaWindowsDriver, elementId: string): Promise; export declare function elementEnabled(this: NovaWindowsDriver, elementId: string): Promise; export declare function click(this: NovaWindowsDriver, elementId: string): Promise; export declare function getElementScreenshot(this: NovaWindowsDriver, elementId: string): Promise; //# sourceMappingURL=element.d.ts.map