import React from 'react'; import { Constructable } from '../../types'; import { ObjectGraph } from '../../graph/ObjectGraph'; declare const _default:

(keyOrGraph: string | Constructable, target: any, props?: Partial

, injectionToken?: string, containerRef?: React.RefObject) => ObjectGraph; export default _default; //# sourceMappingURL=useGraph.d.ts.map