import { Theme } from '@mui/material/styles';
export default function Popover(theme: Theme): {
    MuiPopover: {
        styleOverrides: {
            paper: {
                backdropFilter: string;
                backgroundColor: string;
            };
        };
    };
};
