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