import * as React from 'react'; import type { ChartsWebGLContextValue, UseWebGLLayerValue } from "./ChartsWebGLLayer.types.js"; export declare const ChartsWebGLContext: React.Context; export declare function useWebGLContext(): WebGL2RenderingContext | null; export declare function useWebGLLayer(): UseWebGLLayerValue | null;