export declare const onUpdate:
(onUpdateFn: (props: P) => (() => void) | void, watchKeys: (keyof P)[]) => (props: P) => P;