/// interface PopoverProps { open?: boolean; } declare const Popover: (props: PopoverProps) => JSX.Element; export default Popover;