import * as i0 from "@angular/core";
export declare class CardComponent {
    full: boolean;
    cardWrapper: boolean;
    get cardFull(): boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "Card, nzm-card", never, { "full": { "alias": "full"; "required": false; }; }, {}, never, ["*"], false, never>;
}
