export declare class CardData { id: string; title: string; description: string; status: string; type: string; }