import { IconComponentBase } from '../../../../types';
import * as i0 from "@angular/core";
export declare class StatusErrorComponent implements IconComponentBase {
    color: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<StatusErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StatusErrorComponent, "cardinal-status-error", never, { "color": { "alias": "color"; "required": true; }; }, {}, never, never, true, never>;
}
