import { PopoverProps } from './Popover.types'; export declare function usePopover({ placement, initiallyOpen, offset, trigger, }: Partial): any; //# sourceMappingURL=use-popover.hook.d.ts.map