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