declare const _default: __VLS_WithTemplateSlots>, {}>, { default?(_: { inputRef: HTMLInputElement; disabled: boolean; change: (event: any) => void; placeholder: string; }): any; prefix?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };