/// import { ColumnChartViewProps } from './types'; export default function ColumnChart(props: ColumnChartViewProps): JSX.Element;