import type { TExtend } from 'tsfn'; export declare const mapWithPropsMemo:

(getFn: (props: P) => R, watchKeys: (keyof P)[]) => (props: P) => TExtend;