// TODO need @antv/hierarchy to implement the types
declare module '@antv/hierarchy' {
  const _: {
    compactBox: any;
    dendrogram: any;
    indented: any;
    mindmap: any;
  };
  export = _;
}
