import { TableCellStylesType } from '../../../../../components/tableCell/types/tableCellTheme';
import { TableBodyVariantType } from './variants';
export declare const getTableBodyStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => TableCellStylesType<TableBodyVariantType>;
