export declare const onChange:
(getFn: (props: P) => Promise | void, watchKeys: (keyof P)[]) => (props: P) => P;