import { ISeriesPiece } from '../../transforms/two-d';
export declare const toBarSeries: (data?: ISeriesPiece[][]) => any[];
