import type { IBarChartSpec } from '@visactor/vchart';
export declare const BarChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IBarChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;