import { PluggableColumnBarCharts } from "../PluggableColumnBarCharts"; import { IVisConstruct, IUiConfig } from "../../../interfaces/Visualization"; export declare class PluggableBarChart extends PluggableColumnBarCharts { constructor(props: IVisConstruct); getUiConfig(): IUiConfig; getSupportedPropertiesList(): string[]; protected renderConfigurationPanel(): void; }