import { type Context } from "react"; export declare function createStrictContext(): any; export declare function useStrictContext(ctx: Context): T;