import type { ExtractPropTypes } from 'vue'; export declare function timelineProps(): { prefixCls: StringConstructor; /** 指定最后一个幽灵节点是否存在或内容 */ pending: any; pendingDot: any; reverse: { type: BooleanConstructor; default: boolean; }; mode: any; }; export declare function timelineItemProps(): { prefixCls: StringConstructor; color: StringConstructor; dot: any; pending: { type: BooleanConstructor; default: boolean; }; position: any; label: any; }; export type TimelineItemProps = Partial>>; export type TimelineProps = Partial>>;