import { CSSProperties, RefObject } from 'react'; import { PopoverRootProps } from './types.js'; export declare const usePopoverPosition:

({ placement, anchorRef, style: propsStyle, }: Pick) => { popoverRef: RefObject

; wrapperRef: RefObject; style: CSSProperties; }; //# sourceMappingURL=usePopoverPosition.d.ts.map