import type { Coords } from '@floating-ui/core'; export declare function getVisualOffsets(element: Element | undefined): Coords; export declare function shouldAddVisualOffsets(element: Element | undefined, isFixed?: boolean, floatingOffsetParent?: Element | Window | undefined): boolean;