import { BarComponentSvg } from "../mmviz-component-svg/index"; import { ChartBuilderSvg } from "./builder"; export declare class WaterfallChartBuilderSvg extends ChartBuilderSvg { component: BarComponentSvg; padding: number; colorScaleKey: string; constructor(selector: string); createView(): this; updateView(): this; resizeView(): this; }