import type { ChartDrawingArea } from '@mui/x-charts/hooks'; import type { ProcessedBarSeriesData } from '@mui/x-charts/internals'; import type { WebGLBarLikePlotData } from "./useWebGLBarLikePlotData.mjs"; export type BarWebGLPlotData = WebGLBarLikePlotData; export declare function useBarWebGLPlotData(drawingArea: ChartDrawingArea, completedData: ProcessedBarSeriesData[], borderRadius: number): BarWebGLPlotData;