import { ElementRef } from '@angular/core'; /** * @ignore */ export declare class CardTitleComponent { elementRef: ElementRef; constructor(elementRef: ElementRef); } /** * @ignore */ export declare class CardHeadingTitleComponent { constructor(); }