Version: 0.0.00.1.00.2.00.3.00.3.10.3.20.3.30.3.40.4.00.4.10.4.20.4.30.4.40.4.50.5.0-beta.00.5.0-beta.11.0.01.0.12.0.02.0.13.0.03.0.13.1.0
import type { MutableRefObject } from 'react';
import type { TExtend } from 'tsfn';
export declare const mapRef: <N extends string, T>(name: N, initialValue: T) => <P extends {}>(props: P) => TExtend<P, { [K in N]: MutableRefObject<T>; }>;