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