/// import BaseChartConfigurationPanel from "./BaseChartConfigurationPanel"; export default class LineChartBasedConfigurationPanel extends BaseChartConfigurationPanel { protected renderConfigurationPanel(): JSX.Element; }