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