declare function __VLS_template(): { label?(_: {}): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ label?: string; labelTip?: string; tip?: string; labelWidth?: number | string; required?: boolean; merge?: number | string | null; link?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { click: () => any; }, string, import("vue").PublicProps, Readonly<{ label?: string; labelTip?: string; tip?: string; labelWidth?: number | string; required?: boolean; merge?: number | string | null; link?: boolean; }> & Readonly<{ onClick?: () => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };