export declare const getIframeScrollPosition: (iframe: HTMLIFrameElement) => { scrollLeft: number; scrollTop: number; };