export declare const Input: import("utils-xqp").SFCWithInstall<import("vue").DefineComponent<{
    readonly modelValue: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly required: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly title: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly prefixIcon: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly suffixIcon: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly suffixTitle: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly fixed: {
        readonly type: import("vue").PropType<number>;
        readonly default: -1;
    };
}, {
    inputRef: import("vue").Ref<null>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    readonly modelValue: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly required: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
    readonly title: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly prefixIcon: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly suffixIcon: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly suffixTitle: {
        readonly type: import("vue").PropType<string>;
        readonly default: "";
    };
    readonly fixed: {
        readonly type: import("vue").PropType<number>;
        readonly default: -1;
    };
}>> & {
    [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
}, {
    readonly required: boolean;
    readonly fixed: number;
    readonly modelValue: string;
    readonly title: string;
    readonly prefixIcon: string;
    readonly suffixIcon: string;
    readonly suffixTitle: string;
}>> & Record<string, any>;
export default Input;
