export declare const VideoCardData: { id: number; source: string; tags: { category: { id: number; name: string; slug: string; }[]; }; }[];