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