import { PluggableBaseChart } from "../baseChart/PluggableBaseChart"; import { IReferencePoint, IExtendedReferencePoint, IVisConstruct, IUiConfig } from "../../../interfaces/Visualization"; export declare class PluggableComboChart extends PluggableBaseChart { private primaryChartType; constructor(props: IVisConstruct); getSupportedPropertiesList(): string[]; getUiConfig(): IUiConfig; getExtendedReferencePoint(referencePoint: IReferencePoint): Promise; isStackMeasuresByDefault(): any; protected configureBuckets(extReferencePoint: IExtendedReferencePoint): void; private configureChartTypes; private isPercentDisabled; }