import { InputDateStylesType } from '../../../../../components/inputDate/types/inputDateTheme';
import { InputDateVariantType } from './variants';
export declare const getInputDateStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => InputDateStylesType<InputDateVariantType>;
