import type { FieldProps as VanInputProps } from 'vant'; export declare type InputProps = VanInputProps; export declare const BaseInput: import("vue").DefineComponent<{ label: {}; required: {}; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export declare const inputValidate: (target: any) => import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}>, {}> | import("vue").DefineComponent, {} | { [x: string]: any; }>; export declare const Input: import("vue").DefineComponent<{ label: {}; required: {}; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default Input;