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