import { MiniStackedBar } from "./miniStackedBar";
import { ChartType } from "ag-grid-community";
export declare class MiniNormalizedBar extends MiniStackedBar {
static chartType: ChartType;
static data: number[][];
constructor(container: HTMLElement, fills: string[], strokes: string[]);
}