import PonyfillContext from './PonyfillContext'; import type { Context } from 'react'; type ContextOf = T extends Context ? C : never; export default function usePonyfillContext(): Exclude, undefined>; export {}; //# sourceMappingURL=useContext.d.ts.map