declare const _default: import("vue").DefineComponent<{ value: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: string; }; maxLength: { type: (NumberConstructor | StringConstructor)[]; default: string; }; allowSpace: { type: BooleanConstructor; default: boolean; }; isVerifyCode: { type: BooleanConstructor; default: boolean; }; }, {}, { inputValue: string; inputState: number; maxLenValue: string; oldInputValue: string; canSetSelectionList: string[]; isNeedSetSelectionRange: boolean; }, { inputType(): "tel"; paddingBlank(): typeof formatMobile; maxLen(): number | ""; currentValue(): string; }, {}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { value: string; type: string; isVerifyCode: boolean; placeholder: string; maxLength: string | number; allowSpace: boolean; }>; export default _default; import { formatMobile } from '@utils/helpers';