import { Action, Props } from './index.types'; export declare function callOnChangeProps>(action: Action, props: P, state: S, newState: S): void;