import { EKwikUIInputCurrencySize } from "./input-currency.definitions";
export declare const DEFAULT_VALUES: {
    currencyType: any;
    disabled: boolean;
    focus: boolean;
    formControlName: string;
    hintContent: string;
    icon: string;
    id: string;
    invalid: boolean;
    label: string;
    placeholder: string;
    postfix: string;
    prefix: string;
    size: EKwikUIInputCurrencySize;
    value: string;
};
export declare const VALIDATE_KEY_VALUES: {
    currencyType: boolean;
    disabled: boolean;
    focus: boolean;
    formControlName: boolean;
    hintContent: boolean;
    icon: boolean;
    id: boolean;
    invalid: boolean;
    label: boolean;
    placeholder: boolean;
    postfix: boolean;
    prefix: boolean;
    size: boolean;
    value: boolean;
};
