import { RoomBreakout } from "../../shared/model/room-breakout"; import * as i0 from "@angular/core"; export declare class PanelRoomsComponent { /** * Render as IAQ vs Smart Routing */ style: string; /** * Room Breakout data used to populate this component */ data: RoomBreakout; /** * Color to use when displaying the chart */ chartColor: string; /** * Color to use when displaying the chart */ roomsLabel: string; /** * Color to use when displaying the chart */ trendLabel: string; loading: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }