import * as i0 from "@angular/core";
export declare class StatusComponent {
    private _type;
    classMap: {};
    get type(): string;
    set type(value: string);
    setClassMap(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<StatusComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StatusComponent, "d-status", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
}
