import { FC } from 'react'; import { HorizontalBarChartProps } from './types'; export declare const HorizontalBarChart: FC;