import { Bounds } from './types/internal'; export declare const waitForWindow: (io: any, windowId: string) => Promise; export declare const getElementBounds: (element: HTMLElement) => Bounds;