import { default as React } from 'react'; export declare const useReinitializeState: (initialState: T) => readonly [T, React.Dispatch>];