declare const usePrevious: <T>(state: T) => T | null | undefined;
export default usePrevious;
