import Context from './Context';
import { type ContextOf } from '../../../types/ContextOf';
export default function useContext(): ContextOf<typeof Context>;
//# sourceMappingURL=useContext.d.ts.map