import { AfterViewInit } from '@angular/core'; export declare class CardWrapperComponent implements AfterViewInit { title: string; subTitle: string; ngAfterViewInit(): void; }