/**
 * @see https://react.dev/reference/react/useState#storing-information-from-previous-renders
 */
export declare function usePrevious<T>(value: T): T | undefined;
