import * as i0 from "@angular/core"; export declare class PanelUsageAnalyticsRightComponent { colorFactory: any; /** * Data for Each Compare Previous Month/Hours barchart */ usageComparedToPreviousMonthHoursData: any[]; /** * Data for Each Compare Previous Month/Days barchart */ usageComparedToPreviousMonthDaysData: any[]; /** * Data for Each Compare Previous Month/Months barchart */ usageComparedToPreviousMonthMonthsData: any[]; /** * Barchart config from file */ usageBarChart1Config: any; /** * Barchart config from file */ usageBarChart2Config: any; /** * Barchart config from file */ usageBarChart3Config: any; /** * Room name for Usage % chart */ room: string; /** * Section header for page xtitle */ chartLabel: string; /** * Text color */ textColor: string; /** * Bar color */ barColor: string; /** * Section header for page xtitle */ chartVLabel: string; /** * Panel xtitle for usage panel right */ usagePanelRightxtitle: string; /** * Flex direction property */ bottomDirection: string; /** * Chart Panel margin property */ chartPanelMargin: number; getxtitle(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }