import { EKwikUIInputEmailCase, EKwikUIInputEmailSize } from "./input-email.definitions";
export declare const DEFAULT_VALUES: {
    case: EKwikUIInputEmailCase;
    disabled: boolean;
    domains: string[];
    focus: boolean;
    formControlName: string;
    hintContent: string;
    icon: string;
    id: string;
    invalid: boolean;
    label: string;
    placeholder: string;
    postfix: string;
    prefix: string;
    size: EKwikUIInputEmailSize;
};
export declare const VALIDATE_KEY_VALUES: {
    case: boolean;
    disabled: boolean;
    domains: boolean;
    focus: boolean;
    formControlName: boolean;
    hintContent: boolean;
    icon: boolean;
    id: boolean;
    invalid: boolean;
    label: boolean;
    placeholder: boolean;
    postfix: boolean;
    prefix: boolean;
    size: boolean;
};
