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