import { AfterViewInit } from '@angular/core'; export declare class CardHeaderComponent implements AfterViewInit { padded: boolean; color: string; ngAfterViewInit(): void; readonly defaultHeader: boolean; readonly customColor: string; }