export default function drawColumnChart(props: any): { columnCords: any; barwidth: number; } | undefined;