import * as i0 from "@angular/core";
export declare class CfCardComponent {
    stat: string;
    subtitle: string;
    heading: string;
    type: string;
    theme: string;
    fullWidth: boolean;
    fullHeight: boolean;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<CfCardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CfCardComponent, "cf-card", never, { "stat": { "alias": "stat"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "fullHeight": { "alias": "fullHeight"; "required": false; }; }, {}, never, ["*"], false, never>;
}
