/// declare type ClickOptions = { button?: number | string; x?: number; y?: number; }; export default function click(this: WebdriverIO.Element, options?: ClickOptions): Promise; export {}; //# sourceMappingURL=click.d.ts.map