import { IconType, ThemeType } from '../..'; export interface TimelineEntry { title?: string; meta?: string; icon?: IconType; color?: ThemeType; [key: string]: any; } //# sourceMappingURL=Timeline.types.d.ts.map