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