import type { Rect, Strategy } from 'vuesax-alpha/es/hooks/use-floating/utils';
export declare function getViewportRect(element: Element, strategy: Strategy): Rect;
