import * as i0 from "@angular/core";
export declare class CardComponent {
    hover: boolean;
    disabled: boolean;
    hFixed: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "cfc-card", never, { "hover": { "alias": "hover"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hFixed": { "alias": "hFixed"; "required": false; }; }, {}, never, ["[cfc-card-header]", "[cfc-card-content]", "[cfc-card-footer]"], false, never>;
}
