import { GridColumnLookup } from '@mui/x-data-grid';
import { GridStatePremium } from "../../../models/gridStatePremium.js";
export declare const gridChartsIntegrationActiveChartIdSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>) => string;
export declare const gridChartsIntegrationChartsLookupSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>) => Record<string, {
  dimensions: import("./gridChartsIntegrationInterfaces.js").GridChartsIntegrationItem[];
  values: import("./gridChartsIntegrationInterfaces.js").GridChartsIntegrationItem[];
}>;
export declare const gridChartsPanelOpenSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>) => boolean;
export declare const gridChartableColumnsSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>) => GridColumnLookup;
export declare const gridChartsDimensionsSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>, chartId: any) => import("./gridChartsIntegrationInterfaces.js").GridChartsIntegrationItem[];
export declare const gridChartsValuesSelector: (args_0: import("react").RefObject<{
  state: GridStatePremium;
} | null>, chartId: any) => import("./gridChartsIntegrationInterfaces.js").GridChartsIntegrationItem[];