export type OffsetOverlayInset = string | number | { horizontal?: string | number; vertical?: string | number; }; export declare function getOffsetOverlayInset(inset: OffsetOverlayInset): { horizontal: string; vertical: string; }; //# sourceMappingURL=OffsetOverlay.util.d.ts.map