/** * This function allows the state to be controlled by an HOC by overwritting it with props */ declare const getDerivedStateFromProps: (state: S, props: Partial) => S; export default getDerivedStateFromProps;