declare function focus(): void; declare function clear(): void; declare const _default: __VLS_WithTemplateSlots; focus: typeof focus; clear: typeof clear; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { input: (...args: any[]) => void; change: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly> & { onChange?: (...args: any[]) => any; onInput?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { interactive: boolean; error: string; title: string; disabled: boolean; readonly: boolean; condensed: boolean; class: string; modelValue: any; hint: string; inputClass: string; }, {}>, { prefix?(_: { tag: string; }): any; suffix?(_: { tag: string; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };