import { Batch } from "../util/batch";
/**
 * RenderBatch renders each separate batch in RenderHistory and based weather batch.normalizing is true or not the colour
 * will differ
 *

 */
export declare type RenderBranchProps = {
    batch: Batch;
    num: number;
};
export declare const RenderBatch: ({ batch, num }: RenderBranchProps) => JSX.Element;
//# sourceMappingURL=renderBatch.d.ts.map