import * as i0 from "@angular/core";
export declare class SdsAlertComponent {
    title?: string;
    set color(color: string);
    get color(): string;
    icon: string;
    private _color;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsAlertComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsAlertComponent, "sds-alert", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
}
