import { ExtractPropTypes, PropType } from 'vue'; export declare const timelineItemProps: { color: StringConstructor; icon: PropType; time: StringConstructor; extra: StringConstructor; }; export type TimelineItemProps = ExtractPropTypes; declare const TimeLineItem: import('vue').DefineComponent; time: StringConstructor; extra: StringConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; time: StringConstructor; extra: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default TimeLineItem;