import type { Rect } from '@floating-ui/core'; export declare function getViewportRect(element: Element): Rect;