import React from 'react';
import { LexicalEditor, LexicalNode } from 'lexical';
interface ChartContextValue {
    parentEditor: LexicalEditor;
    lexicalNode: LexicalNode;
}
export declare const ChartContextProvider: ({ children, value, }: {
    children: React.ReactNode;
    value: ChartContextValue;
}) => import("react/jsx-runtime").JSX.Element;
export declare const useChartContext: () => ChartContextValue;
export {};
//# sourceMappingURL=ChartContext.d.ts.map