import { ComponentOptionsMixin } from 'vue'; import { ComponentProvideOptions } from 'vue'; import { DefineComponent } from 'vue'; import { PublicProps } from 'vue'; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, Readonly<{ /** * The opposite content of the timeline item. */ opposite?: (() => Record) | undefined; /** * The default content of the timeline item. */ default: () => Record; }> & { /** * The opposite content of the timeline item. */ opposite?: (() => Record) | undefined; /** * The default content of the timeline item. */ default: () => Record; }>; export default _default; export { }