export declare type MosaicPlotData = { values: Array>; independentLabels: Array; dependentLabels: Array; }; //# sourceMappingURL=mosaicPlot.d.ts.map