export declare class TimelineEvent {
    id: number;
    title: string;
    content: string;
    date: string;
    icon: string;
}
