import { ColorFactory } from "../../shared/factory/color-factory"; import * as i0 from "@angular/core"; export declare class BarchartHorizontalComponent { /** * Border radius on bars */ borderRadius: number; /** * Factory used to determine color based on bar value * @type {ColorFactory} */ colorFactory: typeof ColorFactory; /** * Data used to populate the Usage High chart */ roomUsageDataHigh: any[]; /** * Text color */ textColor: string; /** * Bar color */ barColor: string; loading: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }