import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardComponent implements OnInit {
    class: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mg-card", never, { "class": "class"; }, {}, never, ["[header]", "*", "[footer]"]>;
}
