export declare const Input: import("../utils").SFCWithInstall; classnames: import("vue").ComputedRef<{ 'weui-cell_disabled': boolean; }>; setInputValue: (ev: Event) => void; clearValue: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, { type: string; disabled: boolean; allowClear: boolean; }>>; export default Input;