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