import { Phylocanvas, Decorate } from '../types/phylocanvas.gl';
export declare function createOnRedrawReRootTreePlugin(onRedrawReRootTree: (tree: Phylocanvas, leafsInTree: string[]) => void): (tree: Phylocanvas, decorate: Decorate) => void;
