export default function drawStackedBarChart(props: any): { barCords: any; barHeight: number; } | undefined;