import { InputStylesType } from '../../../../../components/input/types/inputTheme';
import { InputVariantType } from './variants';
export declare const getInputStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => InputStylesType<InputVariantType>;
