declare const MuiTableRow: {
    root: {
        "&:hover": {
            "& .MuiTableCell-body": {
                borderColor: string;
            };
        };
        "&:nth-child(odd)": {
            "& .MuiTableCell-body": {
                backgroundColor: string;
            };
        };
    };
};
export default MuiTableRow;
