export declare type BirdsEyePlotData = { brackets: { value: number; label: string; }[]; bars: { value: number; label: string; color: string; }[]; }; //# sourceMappingURL=birdseyeplot.d.ts.map