import type { TExtend3 } from 'tsfn'; export declare const mapState: (stateName: SN, stateSetterName: SSN, getValue: (props: P) => R, watchKeys: (keyof P)[]) => (props: P) => import("tsfn").TExtend, { [K_1 in SSN]: (arg: R) => void; }>;