export default class ScreenApi { static get isMobile(): boolean; static waitForVisible(target: any): Promise; static getMostVisibleElement(containerDiv: HTMLElement): HTMLElement; } //# sourceMappingURL=ScreenApi.d.ts.map