import { MixedLineBarChartProps } from './interfaces'; export { MixedLineBarChartProps }; declare function MixedLineBarChart({ series, height, xScaleType, yScaleType, stackedBars, horizontalBars, statusType, detailPopoverSize, emphasizeBaselineAxis, ...props }: MixedLineBarChartProps): JSX.Element; export default MixedLineBarChart;