import { EKwikUIInputPhoneSize } from "./input-phone.definitions";
export declare const DEFAULT_VALUES: {
    countryCode: string;
    disabled: boolean;
    focus: boolean;
    formControlName: string;
    hintContent: string;
    icon: string;
    id: string;
    invalid: boolean;
    label: string;
    phoneMaskAfterCountryCode: string;
    placeholder: string;
    postfix: string;
    prefix: string;
    removeCountryCodeFromValue: boolean;
    size: EKwikUIInputPhoneSize;
};
export declare const VALIDATE_KEY_VALUES: {
    countryCode: boolean;
    disabled: boolean;
    focus: boolean;
    formControlName: boolean;
    hintContent: boolean;
    icon: boolean;
    id: boolean;
    invalid: boolean;
    label: boolean;
    phoneMaskAfterCountryCode: boolean;
    placeholder: boolean;
    postfix: boolean;
    prefix: boolean;
    removeCountryCodeFromValue: boolean;
    size: boolean;
};
