/** Use a value from the previous render */
export declare function usePrev<T>(value: T): T | undefined;
