import type { InputExpose, InputProps } from './type'; declare var __VLS_1: {}, __VLS_24: { value: string | import("parsnip-kit").Nullish; count: number; maxLength: number | undefined; }, __VLS_31: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { count?: (props: typeof __VLS_24) => any; } & { suffix?: (props: typeof __VLS_31) => any; }; declare const __VLS_base: import("vue").DefineComponent any; change: (value: string, e?: Event | undefined) => any; blur: (e: FocusEvent) => any; input: (value: string, e: Event) => any; focus: (e: FocusEvent) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((value: string) => any) | undefined; onChange?: ((value: string, e?: Event | undefined) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((value: string, e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; readonly: boolean; loading: boolean; password: boolean; clearable: boolean; showCount: boolean; status: "success" | "warning" | "error" | "normal"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };