import { OnInit } from '@angular/core'; export declare class CardHeaderComponent implements OnInit { classes: string; title: any; constructor(); ngOnInit(): void; }