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