import type { ModuleInstance } from '@xyo-network/module-model'; import type { ElementDefinition } from 'cytoscape'; export declare const useCytoscapeElements: (mod?: WeakRef | null) => ElementDefinition[]; //# sourceMappingURL=useCytoscapeElements.d.ts.map