export declare class InfoCard { infoTitle: string; description: string; status?: string; render(): any; }