import { CompositionComponent as CC } from '../runtime'; import { ForceGraphMark } from '../spec'; export type ForceGraphOptions = Omit<ForceGraphMark, 'type'>; export declare const ForceGraph: CC<ForceGraphOptions>;