export declare class CardComponent { title: string; glyph: string; visible: boolean; color: string; }