import Input from "./src/index.vue"; declare const TInput: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue", ...args: any[]) => void; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; internalValue: import("vue").WritableComputedRef; handleBlur: () => void; validatePhone: (value: string) => string; validateIdCard: (value: string) => string; validateInteger: (value: string) => string; formatAmount: (value: number, decimalLimit: number) => string; currencyFilter: (num: any, n?: number) => string; digitUppercase: (num: any) => string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { modelValue: string | number; placeholder: string; decimalLimit: number; inputType: string; appendTitle: string; showThousands: boolean; isTip: boolean; isShowErrorTip: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue", ...args: any[]) => void; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; internalValue: import("vue").WritableComputedRef; handleBlur: () => void; validatePhone: (value: string) => string; validateIdCard: (value: string) => string; validateInteger: (value: string) => string; formatAmount: (value: number, decimalLimit: number) => string; currencyFilter: (num: any, n?: number) => string; digitUppercase: (num: any) => string; }, {}, {}, {}, { modelValue: string | number; placeholder: string; decimalLimit: number; inputType: string; appendTitle: string; showThousands: boolean; isTip: boolean; isShowErrorTip: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "update:modelValue", ...args: any[]) => void; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; internalValue: import("vue").WritableComputedRef; handleBlur: () => void; validatePhone: (value: string) => string; validateIdCard: (value: string) => string; validateInteger: (value: string) => string; formatAmount: (value: number, decimalLimit: number) => string; currencyFilter: (num: any, n?: number) => string; digitUppercase: (num: any) => string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { modelValue: string | number; placeholder: string; decimalLimit: number; inputType: string; appendTitle: string; showThousands: boolean; isTip: boolean; isShowErrorTip: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & Record; export default TInput; export type TInputInstance = InstanceType; export * from './src/type';