import type { GridChartsIntegrationContextValue } from "../../models/gridChartsIntegration.js";
export declare const useGridChartsIntegrationContext: (ignoreError?: boolean) => GridChartsIntegrationContextValue;