export default TimeBarGroup; declare function TimeBarGroup({ bars, title, xAnnotations, yAnnotations, yTicks, x, y, xNormalizer, yAxis, tLabel, color, width, xAxisPos, xAxisElement, yScaleInvert }: { bars: any; title: any; xAnnotations: any; yAnnotations: any; yTicks: any; x: any; y: any; xNormalizer: any; yAxis: any; tLabel: any; color: any; width: any; xAxisPos: any; xAxisElement: any; yScaleInvert: any; }): JSX.Element;