declare function __VLS_template(): { slots: { empty?(_: { class: string; }): any; }; refs: { planRef: HTMLDivElement; timelineScroll: unknown; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent {}; }; }>, { props: any; planRef: globalThis.Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, { description: string; dbOptions: Record; isYearDate: boolean; isLegend: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };