import * as React from 'react'; import { IDataPoint } from '../chart-datapoint-types'; export declare const VerticalBar: React.ForwardRefExoticComponent<{ data: IDataPoint[]; xAxisLabel: string; yAxisLabel: string; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; //# sourceMappingURL=VerticalBar.d.ts.map