import { ElementRef } from '@angular/core'; /** * @ignore */ export declare class CardHeaderComponent { elementRef: ElementRef; alignItems: string; alignContent: string; justifyItems: string; constructor(elementRef: ElementRef); } /** * @ignore */ export declare class CardHeadingHeaderComponent { constructor(); }