import { Phylocanvas } from '../types/phylocanvas.gl';
export declare function createOnSelectPlugin(onSelect: (tree: Phylocanvas, selectedIds: string[]) => void): (tree: Phylocanvas, decorate: any) => void;
