import type { ColumnChartProps } from './column-chart.props'; import React from 'react'; /** common -> cartesian -> column */ export type { ColumnChartProps } from './column-chart.props'; export declare const ColumnChart: ((props: ColumnChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=column-chart.d.ts.map