declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent, { toggle: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { flex: boolean; width: string | number; data: string | number; clear: boolean; tip: boolean; count: string | number; row: string | number; breakWord: boolean; unfoldable: boolean; foldable: boolean; removeHtml: boolean; foldText: string; unfoldText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };