import { ReferenceElement } from '@floating-ui/vue'; import { UsePopoverOptions } from '../../index.ts'; export declare function usePopover(options: UsePopoverOptions): { referenceRef: Readonly, import('@floating-ui/vue').MaybeElement>>; floatingRef: Readonly, import('@floating-ui/vue').MaybeElement>>; style: import('vue').ComputedRef<{ position: import('@floating-ui/utils').Strategy; top: string; left: string; }>; middlewareData: Readonly>; placement: Readonly>; }; //# sourceMappingURL=usePopover.d.ts.map