import * as i0 from "@angular/core";
export declare class SdsBadgeComponent {
    label: string;
    color: string;
    set strong(val: boolean | string);
    get strong(): boolean | string;
    private _strong;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsBadgeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsBadgeComponent, "sds-badge", never, { "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "strong": { "alias": "strong"; "required": false; }; }, {}, never, never, false, never>;
}
