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