declare const MuiMenuItem: {
    root: {
        paddingTop: number;
        paddingBottom: number;
        paddingLeft: number;
        paddingRight: number;
        "&.Mui-selected": {
            backgroundColor: string;
            color: string;
            "&:hover": {
                backgroundColor: string;
                color: string;
            };
        };
    };
};
export default MuiMenuItem;
