export default function drawStackedChart(props: any): { columnCords: any; barWidth: number; } | undefined;