import React from 'react'; import { type PopoverProps } from '@mui/material/Popover'; declare const Popover: React.FC; export default Popover;