declare function focus(): void; declare function clear(): void; declare const _default: __VLS_WithTemplateSlots 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; }, { error: string; title: string; disabled: boolean; readonly: boolean; condensed: boolean; class: string; modelValue: string; hint: string; inputClass: string; }, {}>, { prefix?(_: { tag: string; }): any; suffix?(_: { tag: string; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };