import type { MutableRefObject } from 'react'; import type { TExtend } from 'tsfn'; export declare const mapRef: (name: N, initialValue: T) =>

(props: P) => TExtend; }>;