import { PropType } from 'vue'; declare const _default: __VLS_WithTemplateSlots; default: any; }; boxClass: { type: PropType; default: any; }; hint: { type: StringConstructor; default: any; }; error: { type: StringConstructor; default: any; }; fixedHeight: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; condensed: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; onClick: { type: PropType<(e: MouseEvent) => void>; default: any; }; onFocus: { type: PropType<(e: MouseEvent) => void>; default: any; }; onBlur: { type: PropType<(e: MouseEvent) => void>; default: any; }; }, { wrapperRef: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (...args: any[]) => void; click: (...args: any[]) => void; focus: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: any; }; boxClass: { type: PropType; default: any; }; hint: { type: StringConstructor; default: any; }; error: { type: StringConstructor; default: any; }; fixedHeight: { type: BooleanConstructor; default: boolean; }; readonly: { type: BooleanConstructor; default: boolean; }; condensed: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; onClick: { type: PropType<(e: MouseEvent) => void>; default: any; }; onFocus: { type: PropType<(e: MouseEvent) => void>; default: any; }; onBlur: { type: PropType<(e: MouseEvent) => void>; default: any; }; }>> & { onFocus?: (...args: any[]) => any; onBlur?: (...args: any[]) => any; onClick?: (...args: any[]) => any; }, { error: string; title: string; disabled: boolean; readonly: boolean; condensed: boolean; class: string | object | string[]; tag: string; onFocus: (e: MouseEvent) => void; onBlur: (e: MouseEvent) => void; onClick: (e: MouseEvent) => void; boxClass: string | object | string[]; hint: string; fixedHeight: boolean; }, {}>, { default?(_: { wrapperRef: HTMLElement; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };