/// type CustomContextParams = { setMethods: (methods: M) => void; }; export declare const CustomContext: import("react").Context>; export {};