export type { Props } from './Input';
declare const _default: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Input').Props> & Readonly<{
        onChange?: ((...args: any[]) => any) | undefined;
        "onUpdate:value"?: ((...args: any[]) => any) | undefined;
        onEnter?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
        change: (...args: any[]) => void;
        "update:value": (...args: any[]) => void;
        enter: (...args: any[]) => void;
    }, import('vue').PublicProps, {
        size: "small" | "middle" | "large";
        width: string | number;
        value: string;
        disabled: boolean;
        placeholder: string;
        allowClear: boolean;
        password: boolean;
        addonBefore: string;
        addonAfter: string;
        prefix: string;
        suffix: string;
        maxlength: number;
        showCount: boolean;
        valueModifiers: object;
    }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
        inputRef: HTMLInputElement;
    }, HTMLDivElement, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import('./Input').Props> & Readonly<{
        onChange?: ((...args: any[]) => any) | undefined;
        "onUpdate:value"?: ((...args: any[]) => any) | undefined;
        onEnter?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, {
        size: "small" | "middle" | "large";
        width: string | number;
        value: string;
        disabled: boolean;
        placeholder: string;
        allowClear: boolean;
        password: boolean;
        addonBefore: string;
        addonAfter: string;
        prefix: string;
        suffix: string;
        maxlength: number;
        showCount: boolean;
        valueModifiers: object;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./Input').Props> & Readonly<{
    onChange?: ((...args: any[]) => any) | undefined;
    "onUpdate:value"?: ((...args: any[]) => any) | undefined;
    onEnter?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    change: (...args: any[]) => void;
    "update:value": (...args: any[]) => void;
    enter: (...args: any[]) => void;
}, string, {
    size: "small" | "middle" | "large";
    width: string | number;
    value: string;
    disabled: boolean;
    placeholder: string;
    allowClear: boolean;
    password: boolean;
    addonBefore: string;
    addonAfter: string;
    prefix: string;
    suffix: string;
    maxlength: number;
    showCount: boolean;
    valueModifiers: object;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
    $slots: {
        addonBefore?(_: {}): any;
        prefix?(_: {}): any;
        suffix?(_: {}): any;
        addonAfter?(_: {}): any;
    };
}) & import('vue').Plugin;
export default _default;
