import * as i0 from "@angular/core";
export declare class CfChipComponent {
    label: string;
    theme: string;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<CfChipComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CfChipComponent, "cf-chip", never, { "label": { "alias": "label"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, false, never>;
}
