declare const MuiTableRow: {
    root: {
        "&:hover": {
            "& .MuiTableCell-body": {};
        };
        "& .MuiTableCell-body": {
            backgroundColor: string;
        };
    };
};
export default MuiTableRow;
