import { DataComponent as DC } from '../runtime'; export type ClusterOptions = Omit, 'type'>; export declare const hierarchyFunction: (layoutFunction: any) => (options: any) => (data: any) => { nodes: any[]; edges: import("@antv/vendor/d3-hierarchy").HierarchyLink[]; }; export declare const Cluster: DC;