import type { Context } from "react";
export declare const useContext: <ValueType>(context: Context<ValueType>) => ValueType;
