declare const _sfc_main: import("vue").DefineComponent<{ value: { type: (StringConstructor | NumberConstructor)[]; }; trim: { type: BooleanConstructor; default: boolean; }; }, { focus: () => void; blur: () => void; select: () => void; inputRef: import("vue").Ref; handleInput: (event: Event) => void; handleBlur: (event: Event) => void; handleCompositionEnd: (event: any) => void; handleCompositionStart: (event: any) => void; handleEnter: (event: KeyboardEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "update:value" | "blur" | "change" | "focus" | "enter" | "esc" | "compositionend" | "compositionstart")[], "input" | "update:value" | "blur" | "change" | "focus" | "enter" | "esc" | "compositionend" | "compositionstart", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onInput?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onEnter?: ((...args: any[]) => any) | undefined; onEsc?: ((...args: any[]) => any) | undefined; onCompositionend?: ((...args: any[]) => any) | undefined; onCompositionstart?: ((...args: any[]) => any) | undefined; }, { trim: boolean; }, {}>; export default _sfc_main;