import { PropType, CSSProperties, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: __VLS_WithTemplateSlots< DefineComponent; default: () => void; }; themeColor: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ bodyClassName: { type: StringConstructor; default: string; }; bodyStyleDate: { type: PropType; default: () => void; }; themeColor: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { themeColor: string; bodyClassName: string; bodyStyleDate: CSSProperties; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, Partial any>>>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };