import { TableFootStylesType } from '../../../../../components/tableFoot/types/tableFootTheme';
import { TableFootVariantType } from './variants';
export declare const getTableFootStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => TableFootStylesType<TableFootVariantType>;
