import { EpPropFinalized, EpPropMergeType } from "../../../utils/vue/props/types.js"; import "../../../utils/index.js"; import * as vue from "vue"; import { ExtractPropTypes, ExtractPublicPropTypes } from "vue"; //#region ../../packages/components/timeline/src/timeline.d.ts declare const timelineProps: { readonly mode: EpPropFinalized; readonly reverse: BooleanConstructor; }; type TimelineProps = ExtractPropTypes; type TimelinePropsPublic = ExtractPublicPropTypes; declare const Timeline: vue.DefineComponent; readonly reverse: BooleanConstructor; }>, () => vue.VNode, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly; readonly reverse: BooleanConstructor; }>> & Readonly<{}>, { readonly reverse: boolean; readonly mode: EpPropMergeType; }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>; type TimelineInstance = InstanceType & unknown; //#endregion export { Timeline, TimelineInstance, TimelineProps, TimelinePropsPublic, timelineProps };