import type { Context } from 'react'; import type { TExtend } from 'tsfn'; export declare const mapContext: (context: Context) =>

(props: P) => TExtend;