import type { GridColumnLookup } from '@mui/x-data-grid'; import type { 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; 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[];