import React from 'react'; import type { IMorphContextValue } from './Morph.types'; declare const MorphContext: React.Context; /** * Hook to access morph context * * @throws Error if used outside of Morph provider */ export declare function useMorphContext(): IMorphContextValue; export { MorphContext }; //# sourceMappingURL=MorphContext.d.ts.map