export declare class TreeMap { value: string; label: string; children?: string; leavesKey: string; }