export declare class CardComponent { depth: number; topDepth: number; class: string; readonly depthClass: string; readonly topDepthClass: string; }