import type { CustomScrollIntoViewOptions } from '../../types.js';
export declare function scrollIntoView(this: WebdriverIO.Element, options?: CustomScrollIntoViewOptions | boolean): Promise<void | unknown>;
//# sourceMappingURL=scrollIntoView.d.ts.map