import { ChartInterface, ChartStructure, NodeInterface } from './Treant'; export declare class JSONconfig { private json_id; private jsonStructure; make(configArray: Array | Partial>): ChartStructure; private findChildren; private findNode; private getID; }