declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_3) => any; } & { footer?: (props: typeof __VLS_5) => any; }; declare const __VLS_base: import("vue").DefineComponent<{ readonly header: import("element-plus/es/utils").EpPropFinalized; readonly footer: import("element-plus/es/utils").EpPropFinalized; readonly bodyStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>; readonly headerClass: StringConstructor; readonly bodyClass: StringConstructor; readonly footerClass: StringConstructor; readonly shadow: import("element-plus/es/utils").EpPropFinalized; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly footer: import("element-plus/es/utils").EpPropFinalized; readonly bodyStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, "", boolean>; readonly headerClass: StringConstructor; readonly bodyClass: StringConstructor; readonly footerClass: StringConstructor; readonly shadow: import("element-plus/es/utils").EpPropFinalized; }>>, { readonly footer: string; readonly header: string; readonly bodyStyle: import("vue").StyleValue; readonly shadow: import("element-plus/es/utils").EpPropMergeType; }, {}>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };