import { TemplateRef } from '@angular/core'; import { SafeStyle, DomSanitizer } from '@angular/platform-browser'; export declare class IcosCard { private sanitizer; header: TemplateRef; headerStr: string; parentClass: string; bodyStyle: string; constructor(sanitizer: DomSanitizer); makeSafebodyStyle(): SafeStyle; }