import { ITreeConfig } from "./typings"; export declare const initiliazeSVG: (treeConfig: ITreeConfig) => import("d3-selection").Selection;