import { PropType, CSSProperties, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: __VLS_WithTemplateSlots< DefineComponent; default: () => void; }; headerClassName: { type: StringConstructor; default: string; }; themeColor: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ title: { type: StringConstructor; }; line: { type: BooleanConstructor; default: boolean; }; headerStyleDate: { type: PropType; default: () => void; }; headerClassName: { type: StringConstructor; default: string; }; themeColor: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { line: boolean; themeColor: string; headerStyleDate: CSSProperties; headerClassName: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, { headerLeftBefore?(_: {}): any; headerLeftAfter?(_: {}): any; headerRight?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };