import * as React from 'react'; /** * @ignore - Internal component used for rendering the scatter plot using WebGL. Not exported from the package. */ export declare function ScatterWebGLPlot(): React.JSX.Element | null;