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