declare module '@antv/hierarchy' {
	export default {
		compactBox: (root, options) => any,
		dendrogram: (root, options) => any,
		indented: (root, options) => any,
		mindmap: (root, options) => any,
	};
}
