import { OnInit } from "@angular/core"; export declare class CardHeaderComponent implements OnInit { constructor(); ngOnInit(): void; }