import type { Core } from 'cytoscape'; import type { PropsWithChildren } from 'react'; import React from 'react'; export interface CytoscapeInstanceProviderProps extends PropsWithChildren { defaultInstance?: WeakRef; } export declare const CytoscapeInstanceProvider: React.FC; //# sourceMappingURL=Provider.d.ts.map