import * as React from 'react'; export interface BarWebGLPlotProps { borderRadius?: number; } /** * @ignore - Internal component used for rendering the bar plot using WebGL. Not exported from the package. */ export declare function BarWebGLPlot({ borderRadius }: BarWebGLPlotProps): React.JSX.Element | null;