export declare const NewsCardData: { id: number; title: string; url: string; image: string; excerpt: string; date: string; tags: { category: { id: number; name: string; slug: string; }[]; }; }[];