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