import { EKwikUITextareaSize } from "./textarea.definitions";
export declare const DEFAULT_VALUES: {
    label: string;
    id: string;
    formControlName: string;
    placeholder: string;
    focus: boolean;
    invalid: boolean;
    disabled: boolean;
    size: EKwikUITextareaSize;
};
export declare const VALIDATE_KEY_VALUES: {
    label: boolean;
    id: boolean;
    formControlName: boolean;
    focus: boolean;
    invalid: boolean;
    disabled: boolean;
    size: boolean;
    placeholder: boolean;
};
