/// import { IInitResult } from "./types"; type TSciChartGroupContext = { groupInitialized: boolean; charts: Map; addChartToGroup: (chart: any, isInitialized: boolean, initResult: IInitResult | null) => void; removeChartFromGroup: (chart: any) => void; notifyError: (error: any) => void; }; /** The context provided within a {@link SciChartGroup} */ export declare const SciChartGroupContext: import("react").Context; export {}; //# sourceMappingURL=SciChartGroupContext.d.ts.map