export declare const FeedItemData: { id: number; title: string; link: string; date: string; category: string; excerpt: string; }[];