export declare const NewsItemData: { id: number; title: string; excerpt: string; date: string; link: string; image: string; alt: string; }[];