import type { Context } from 'react'; type ContextOf = T extends Context ? P : never; export type { ContextOf }; //# sourceMappingURL=ContextOf.d.ts.map