export default function drawBarChart(props: any): { linecord: any; barHeight: number; } | undefined;