import React from 'react'; export declare function useStateThatRespondsToPropChanges(initialProp: T): [T, React.Dispatch>];