import { PropType } from 'vue';
import { InputValue } from './type';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    align: {
        type: PropType<"center" | "left" | "right">;
        default: "center" | "left" | "right";
        validator(val: "center" | "left" | "right"): boolean;
    };
    allowInputOverMax: BooleanConstructor;
    autocomplete: {
        type: StringConstructor;
        default: any;
    };
    autofocus: BooleanConstructor;
    borderless: BooleanConstructor;
    clearTrigger: {
        type: PropType<"always" | "focus">;
        default: "always" | "focus";
        validator(val: "always" | "focus"): boolean;
    };
    clearable: BooleanConstructor;
    cursorColor: {
        type: StringConstructor;
        default: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    enterkeyhint: {
        type: PropType<"done" | "enter" | "go" | "next" | "previous" | "search" | "send">;
        validator(val: "done" | "enter" | "go" | "next" | "previous" | "search" | "send"): boolean;
    };
    extra: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    format: {
        type: PropType<import("@/components").InputFormatType>;
    };
    label: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    layout: {
        type: PropType<"horizontal" | "vertical">;
        default: "horizontal" | "vertical";
        validator(val: "horizontal" | "vertical"): boolean;
    };
    maxcharacter: {
        type: NumberConstructor;
    };
    maxlength: {
        type: PropType<string | number>;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    placeholder: {
        type: StringConstructor;
        default: any;
    };
    prefixIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    spellCheck: BooleanConstructor;
    status: {
        type: PropType<"default" | "error" | "success" | "warning">;
        default: "default" | "error" | "success" | "warning";
        validator(val: "default" | "error" | "success" | "warning"): boolean;
    };
    suffix: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    suffixIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    tips: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    type: {
        type: PropType<"hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url">;
        default: "hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url";
        validator(val: "hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url"): boolean;
    };
    value: {
        type: PropType<InputValue>;
        default: InputValue;
    };
    modelValue: {
        type: PropType<InputValue>;
        default: InputValue;
    };
    defaultValue: {
        type: PropType<InputValue>;
    };
    onBlur: PropType<(value: InputValue, context: {
        e: FocusEvent;
    }) => void>;
    onChange: PropType<(value: InputValue, context?: {
        e?: CompositionEvent | InputEvent | MouseEvent;
        trigger: "clear" | "initial" | "input";
    }) => void>;
    onClear: PropType<(context: {
        e: TouchEvent;
    }) => void>;
    onFocus: PropType<(value: InputValue, context: {
        e: FocusEvent;
    }) => void>;
    onValidate: PropType<(context: {
        error?: "below-minimum" | "exceed-maximum";
    }) => void>;
    labelAlign: {
        type: StringConstructor;
        default: string;
    };
    pattern: {
        type: StringConstructor;
    };
    inputmode: {
        type: PropType<"decimal" | "email" | "none" | "numeric" | "search" | "tel" | "text" | "url">;
        validator(val: string): boolean;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    align: {
        type: PropType<"center" | "left" | "right">;
        default: "center" | "left" | "right";
        validator(val: "center" | "left" | "right"): boolean;
    };
    allowInputOverMax: BooleanConstructor;
    autocomplete: {
        type: StringConstructor;
        default: any;
    };
    autofocus: BooleanConstructor;
    borderless: BooleanConstructor;
    clearTrigger: {
        type: PropType<"always" | "focus">;
        default: "always" | "focus";
        validator(val: "always" | "focus"): boolean;
    };
    clearable: BooleanConstructor;
    cursorColor: {
        type: StringConstructor;
        default: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    enterkeyhint: {
        type: PropType<"done" | "enter" | "go" | "next" | "previous" | "search" | "send">;
        validator(val: "done" | "enter" | "go" | "next" | "previous" | "search" | "send"): boolean;
    };
    extra: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    format: {
        type: PropType<import("@/components").InputFormatType>;
    };
    label: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    layout: {
        type: PropType<"horizontal" | "vertical">;
        default: "horizontal" | "vertical";
        validator(val: "horizontal" | "vertical"): boolean;
    };
    maxcharacter: {
        type: NumberConstructor;
    };
    maxlength: {
        type: PropType<string | number>;
    };
    name: {
        type: StringConstructor;
        default: string;
    };
    placeholder: {
        type: StringConstructor;
        default: any;
    };
    prefixIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    readonly: {
        type: BooleanConstructor;
        default: any;
    };
    spellCheck: BooleanConstructor;
    status: {
        type: PropType<"default" | "error" | "success" | "warning">;
        default: "default" | "error" | "success" | "warning";
        validator(val: "default" | "error" | "success" | "warning"): boolean;
    };
    suffix: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    suffixIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    tips: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    type: {
        type: PropType<"hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url">;
        default: "hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url";
        validator(val: "hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url"): boolean;
    };
    value: {
        type: PropType<InputValue>;
        default: InputValue;
    };
    modelValue: {
        type: PropType<InputValue>;
        default: InputValue;
    };
    defaultValue: {
        type: PropType<InputValue>;
    };
    onBlur: PropType<(value: InputValue, context: {
        e: FocusEvent;
    }) => void>;
    onChange: PropType<(value: InputValue, context?: {
        e?: CompositionEvent | InputEvent | MouseEvent;
        trigger: "clear" | "initial" | "input";
    }) => void>;
    onClear: PropType<(context: {
        e: TouchEvent;
    }) => void>;
    onFocus: PropType<(value: InputValue, context: {
        e: FocusEvent;
    }) => void>;
    onValidate: PropType<(context: {
        error?: "below-minimum" | "exceed-maximum";
    }) => void>;
    labelAlign: {
        type: StringConstructor;
        default: string;
    };
    pattern: {
        type: StringConstructor;
    };
    inputmode: {
        type: PropType<"decimal" | "email" | "none" | "numeric" | "search" | "tel" | "text" | "url">;
        validator(val: string): boolean;
    };
}>> & Readonly<{}>, {
    align: "center" | "left" | "right";
    allowInputOverMax: boolean;
    autocomplete: string;
    autofocus: boolean;
    borderless: boolean;
    clearTrigger: "always" | "focus";
    clearable: boolean;
    cursorColor: string;
    disabled: boolean;
    layout: "horizontal" | "vertical";
    name: string;
    placeholder: string;
    readonly: boolean;
    spellCheck: boolean;
    status: "default" | "error" | "success" | "warning";
    type: "hidden" | "number" | "password" | "search" | "submit" | "tel" | "text" | "url";
    value: InputValue;
    modelValue: InputValue;
    labelAlign: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
