import { AvailableUnitsAddon } from './addOns'; export declare type PiePlotData = { slices: Array; } & AvailableUnitsAddon; export declare type PiePlotDatum = { value: number; label: string; color?: string; }; //# sourceMappingURL=piePlot.d.ts.map