import { TextCountStylesType } from '../../../../../components/textCount/types/textCountTheme';
import { TextCountVariantType } from './variants';
export declare const getTextCountStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => TextCountStylesType<TextCountVariantType>;
