import React from 'react'; export declare const usePopover: () => { open: boolean; anchorEl: HTMLButtonElement | null; handleClick: (event: React.MouseEvent) => void; onClose: () => void; };