import { ElementRef, OnInit } from '@angular/core'; /** * @ignore */ export declare class CardContentComponent implements OnInit { elementRef: ElementRef; constructor(elementRef: ElementRef); ngOnInit(): void; }