/** * Adds target to popover map and returns the unique ID for the popover. * * @param target The target element for the popover. * @param active Whether the popover is active. * @returns The unique ID for the popover. */ declare const usePopoverMap: (target: Element | null | undefined, active?: boolean) => string; export default usePopoverMap; //# sourceMappingURL=usePopoverMap.d.ts.map