import { StatusLabelType } from './status-label.entity'; import * as i0 from "@angular/core"; export declare class StatusLabelComponent { set flat(value: boolean); get flat(): boolean; private _flat; set status(value: StatusLabelType); get status(): StatusLabelType; private _status; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }