import { DependencyList } from 'react'; declare function usePrevious(state: T, deps: DependencyList): T | null; export { usePrevious };