import type { TExtend } from 'tsfn'; export declare const mapWithProps:
(getFn: (props: P) => R) => (props: P) => TExtend
;