import type { PopoverContentPositionConfig } from './PopoverProps'; export declare const usePopper: ({ placement, skid, gap, offsetGap, strategy, }: PopoverContentPositionConfig) => { popper: HTMLDivElement | null; subject: HTMLDivElement | null; setSubject: import('react').Dispatch>; setPopper: import('react').Dispatch>; popperStyles: { [key: string]: import('react').CSSProperties; }; popperAttributes: { [key: string]: | { [key: string]: string; } | undefined; }; }; //# sourceMappingURL=usePopper.d.ts.map