declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly type: import("element-plus/es/utils").EpPropFinalized; readonly size: import("element-plus/es/utils").EpPropFinalized; readonly truncated: BooleanConstructor; readonly lineClamp: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tag: import("element-plus/es/utils").EpPropFinalized; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly size: import("element-plus/es/utils").EpPropFinalized; readonly truncated: BooleanConstructor; readonly lineClamp: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tag: import("element-plus/es/utils").EpPropFinalized; }>>, { readonly size: import("element-plus/es/utils").EpPropMergeType; readonly type: import("element-plus/es/utils").EpPropMergeType; readonly tag: string; readonly truncated: boolean; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };