export declare const getDocumentPositionRect: (el: HTMLElement, fixed?: boolean) => { top: number; left: number; right: number; bottom: number; height: number; width: number; };