import { InputCounterStylesType } from '../../../../../components/inputCounter/types/inputCounterTheme';
import { InputCounterVariant } from './variants';
export declare const getInputCounterStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => InputCounterStylesType<InputCounterVariant>;
