import { OnInit } from '@angular/core'; export declare class NgxCardLayoutComponent implements OnInit { header: string; headerIcon: string; constructor(); ngOnInit(): void; }