declare function __VLS_template(): { icon?(_: {}): any; title?(_: {}): any; "sub-title"?(_: {}): any; extra?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly title: import("element-plus/es/utils").EpPropFinalized; readonly subTitle: import("element-plus/es/utils").EpPropFinalized; readonly icon: 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 subTitle: import("element-plus/es/utils").EpPropFinalized; readonly icon: import("element-plus/es/utils").EpPropFinalized; }>>, { readonly title: string; readonly icon: import("element-plus/es/utils").EpPropMergeType; readonly subTitle: string; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };