import { GraphWidgetOptions } from '@onepoint-yap/dashboard'; import { YapLink, YapNode } from './node.interface'; export declare const simpleSimulation: (_nodes: YapNode[], links: YapLink[], options: GraphWidgetOptions, size: [number, number]) => { on: (type: string, fn: () => void) => any; stop: () => any; start: () => any; restart: () => any; alphaTarget: () => any; };