export declare const UseContext: ({ context, cref }: { context: React.Context; cref: (context: T) => void; }) => any;