import type { InputProps, InputSlots } from '../../../types'; type __VLS_Slots = InputSlots; declare const __VLS_base: import("vue").DefineComponent>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { input: (val: string) => any; "update:modelValue": (val: string) => any; "char-limit-exceeded": (val: import("../../../types").LimitExceededData) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: ((val: string) => any) | undefined; "onUpdate:modelValue"?: ((val: string) => any) | undefined; "onChar-limit-exceeded"?: ((val: import("../../../types").LimitExceededData) => any) | undefined; }>, {}, {}, {}, {}, 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; }; };