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