import { OnInit } from '@angular/core';
export declare class CardComponent implements OnInit {
    cardId: string;
    styleClass: string;
    style: any;
    constructor();
    ngOnInit(): void;
}
