import type { Rect } from 'vuesax-alpha/es/hooks/use-floating/utils';
export declare function getDocumentRect(element: HTMLElement): Rect;
