import { MouseEvent } from 'react'; declare function usePopoverState(): { anchorEl: HTMLElement | null; open: boolean; handleClick: (e: MouseEvent | undefined) => void; handleClose: () => void; handleToggle: (e: MouseEvent | undefined) => void; }; export { usePopoverState }; //# sourceMappingURL=usePopoverState.d.ts.map