import { type IExtendedReferencePoint, type IReferencePoint, type IVisConstruct } from "../../../interfaces/Visualization.js"; import { PluggableBaseChart } from "../baseChart/PluggableBaseChart.js"; export declare class PluggableComboChartDeprecated extends PluggableBaseChart { constructor(props: IVisConstruct); getExtendedReferencePoint(referencePoint: IReferencePoint): Promise; protected renderConfigurationPanel(): null; } //# sourceMappingURL=PluggableComboChartDeprecated.d.ts.map