import { Action, Props, State } from '../../utils-ts'; export declare function callOnChangeProps & Props, T>(action: Action, props: P, state: S, newState: S): void;