import { BarChartProps } from './types'; import { default as React } from 'react'; export declare const BarChart: ({ options: { locationIcon, cityIcon, neighbourhoodIcon, renderCityAvg, renderNeighbourhoodAvg, }, }: BarChartProps) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map