/// import { IBarProps } from '../bar-chart'; import { IChartData } from '../filter'; interface IProps extends IBarProps { data: IChartData[]; } declare const _default: ({ ...rest }: IProps) => JSX.Element; export default _default;