interface ColorValues { value: any; seriesIndex: any; w: any; } export declare const BarChartConfigFrequencyForEachCleaningType: { chart: { toolbar: { show: boolean; }; height: string; type: string; redrawOnParentResize: boolean; }; colors: ((data: ColorValues) => "rgba(98,161,255, 1)" | "rgba(253, 194, 99, 1)")[]; stroke: { width: number; curve: string; }; series: never[]; xaxis: { labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; offsetX: number; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; height: number; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { title: { formatter: (series: any) => string; }; }; }; grid: { borderColor: string; }; noData: { text: string; }; plotOptions: { bar: { columnWidth: string; }; horizontal: boolean; }; }; export declare const BarChartConfigFrequencyRelativeToUsageEachWeekday: { chart: { toolbar: { show: boolean; }; height: string; type: string; }; colors: string[]; plotOptions: { bar: { columnWidth: string; horizontal: boolean; }; }; stroke: { width: number; curve: string; }; series: never[]; xaxis: { categories: never[]; labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { title: { formatter: (series: any) => "Frequency: " | "Usage: "; }; }; }; grid: { borderColor: string; }; noData: { text: string; }; }; export declare const BarChartConfigFrequencyRelativeToUsageForEachHour: { chart: { toolbar: { show: boolean; }; width: string; height: string; type: string; }; colors: string[]; plotOptions: { bar: { horizontal: boolean; }; }; stroke: { width: number; curve: string; }; series: never[]; xaxis: { type: string; categories: never[]; tickAmount: number; tickPlacement: string; min: number; max: number; range: undefined; floating: boolean; decimalsInFloat: undefined; overwriteCategories: undefined; position: string; labels: { show: boolean; rotate: number; rotateAlways: boolean; hideOverlappingLabels: boolean; showDuplicates: boolean; trim: boolean; minHeight: undefined; maxHeight: number; style: { colors: string[]; fontSize: string; fontFamily: string; fontWeight: number; cssClass: string; }; offsetX: number; offsetY: number; format: undefined; formatter: undefined; datetimeUTC: boolean; datetimeFormatter: { year: string; month: string; day: string; hour: string; }; }; axisBorder: { show: boolean; color: string; height: number; width: string; offsetX: number; offsetY: number; }; axisTicks: { show: boolean; borderType: string; color: string; height: number; offsetX: number; offsetY: number; }; xtitle: { text: undefined; offsetX: number; offsetY: number; style: { color: string; fontSize: string; fontFamily: string; fontWeight: number; cssClass: string; }; }; crosshairs: { show: boolean; width: number; position: string; opacity: number; stroke: { color: string; width: number; dashArray: number; }; fill: { type: string; color: string; gradient: { colorFrom: string; colorTo: string; stops: number[]; opacityFrom: number; opacityTo: number; }; }; dropShadow: { enabled: boolean; top: number; left: number; blur: number; opacity: number; }; }; }; yaxis: { show: boolean; showAlways: boolean; showForNullSeries: boolean; seriesName: undefined; opposite: boolean; reversed: boolean; logarithmic: boolean; logBase: number; tickAmount: number; min: undefined; max: undefined; forceNiceScale: boolean; floating: boolean; decimalsInFloat: undefined; labels: { show: boolean; align: string; minWidth: number; maxWidth: number; style: { colors: string[]; fontSize: string; fontFamily: string; fontWeight: number; cssClass: string; }; offsetX: number; offsetY: number; rotate: number; }; axisBorder: { show: boolean; color: string; offsetX: number; offsetY: number; }; axisTicks: { show: boolean; borderType: string; color: string; width: number; offsetX: number; offsetY: number; }; xtitle: { text: undefined; rotate: number; offsetX: number; offsetY: number; style: { color: undefined; fontSize: string; fontFamily: string; fontWeight: number; cssClass: string; }; }; crosshairs: { show: boolean; position: string; stroke: { color: string; width: number; dashArray: number; }; }; tooltip: { enabled: boolean; offsetX: number; }; }; grid: { show: boolean; borderColor: string; xaxis: { lines: { show: boolean; }; }; yaxis: { lines: { show: boolean; }; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { title: { formatter: (series: any) => "Frequency: " | "Usage: "; }; }; }; noData: { text: string; }; }; export declare const BarChartConfigFrequencyTrendingDayByDay: { chart: { toolbar: { show: boolean; }; height: string; type: string; }; colors: string[]; plotOptions: { bar: { columnWidth: string; horizontal: boolean; }; }; stroke: { width: number; curve: string; }; series: { data: number[]; }[]; xaxis: { categories: string[]; labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; }; }; grid: { borderColor: string; }; noData: { text: string; }; }; export declare const BarChartConfigRoomUsageHigh: { chart: { toolbar: { show: boolean; }; height: number; type: string; }; plotOptions: { bar: { columnWidth: string; horizontal: boolean; }; }; colors: string[]; stroke: { width: number; curve: string; }; series: never[]; xaxis: { categories: never[]; labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; }; }; grid: { borderColor: string; }; noData: { text: string; }; }; export declare const BarChartConfigRoomUsageMed: { chart: { toolbar: { show: boolean; }; height: number; type: string; }; colors: string[]; plotOptions: { bar: { columnWidth: string; horizontal: boolean; }; }; stroke: { width: number; curve: string; }; series: never[]; xaxis: { categories: never[]; labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; }; }; grid: { borderColor: string; }; noData: { text: string; }; }; export declare const BarChartConfigRoomUsageLow: { chart: { toolbar: { show: boolean; }; height: number; type: string; }; colors: string[]; plotOptions: { bar: { columnWidth: string; horizontal: boolean; }; }; stroke: { width: number; curve: string; }; series: never[]; xaxis: { categories: never[]; labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; }; }; grid: { borderColor: string; }; noData: { text: string; }; }; export declare const BarChartConfigUsageComparedToPreviousMonthHours: { chart: { toolbar: { show: boolean; }; height: string; type: string; }; colors: ((data: ColorValues) => "rgba(98,161,255, 1)" | "rgba(253, 194, 99, 1)")[]; stroke: { width: number; curve: string; }; series: never[]; xaxis: { labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; offsetX: number; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; height: number; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; grid: { borderColor: string; }; noData: { text: string; }; plotOptions: { bar: { columnWidth: number; }; horizontal: boolean; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { formatter: (value: any) => string; title: { formatter: (series: any) => string; }; }; }; }; export declare const BarChartConfigUsageComparedToPreviousMonthDays: { chart: { toolbar: { show: boolean; }; height: string; type: string; }; colors: ((data: ColorValues) => "rgba(98,161,255, 1)" | "rgba(253, 194, 99, 1)")[]; stroke: { width: number; curve: string; }; series: never[]; xaxis: { labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; offsetX: number; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; height: number; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; grid: { borderColor: string; }; noData: { text: string; }; plotOptions: { bar: { columnWidth: number; }; horizontal: boolean; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { formatter: (value: any) => string; title: { formatter: (series: any) => string; }; }; }; }; export declare const BarChartConfigUsageComparedToPreviousMonthMonths: { chart: { toolbar: { show: boolean; }; height: string; type: string; }; colors: ((data: ColorValues) => "rgba(98,161,255, 1)" | "rgba(253, 194, 99, 1)")[]; stroke: { width: number; curve: string; }; series: never[]; xaxis: { labels: { style: { fontSize: string; colors: string; }; formatter: (val: any, timestamp: any, opts: any) => any; }; axisBorder: { show: boolean; }; axisTicks: boolean; }; yaxis: { color: string; opposite: boolean; labels: { style: { fontSize: string; colors: string; }; offsetX: number; }; axisBorder: { show: boolean; }; axisTicks: { show: boolean; }; }; legend: { show: boolean; height: number; }; dataLabels: { enabled: boolean; }; markers: { size: number; colors: string; }; grid: { borderColor: string; }; noData: { text: string; }; plotOptions: { bar: { columnWidth: number; }; horizontal: boolean; }; tooltip: { shared: boolean; marker: boolean; followCursor: boolean; x: { show: boolean; formatter: (value: any) => string; }; y: { formatter: (value: any) => string; title: { formatter: (series: any) => string; }; }; }; }; export {};