/// <reference types="react" />
import BaseChartConfigurationPanel from "./BaseChartConfigurationPanel";
export default class LineChartBasedConfigurationPanel extends BaseChartConfigurationPanel {
    protected renderConfigurationPanel(): JSX.Element;
}
