import { UIKITTheme } from "../globalStyles"; import { DimensionMap, Meter, USAGE_GRAPHS_VIEW_FUNCTION, UsageResponse } from "../types"; export declare const getUsageDatasets: (usageData: UsageResponse[], theme: UIKITTheme, groupBy?: string, dimensionsMap?: DimensionMap, meter?: Meter, graphViewFunction?: USAGE_GRAPHS_VIEW_FUNCTION) => { borderColor: string | undefined; pointBackgroundColor: string; data: number[]; label: any; }[];