import { ColorFactory } from "../../shared/factory/color-factory"; import { UsageArea } from "../../shared/model/usage-area"; import * as i0 from "@angular/core"; export declare class BoxComponent { /** * Usage value to display to user */ usage: UsageArea; /** * Factory used to determine color based on bar value * @type {ColorFactory} */ colorFactory: typeof ColorFactory; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }