/** * This hook gives the value of any variable from the previous render invocation */ export declare const usePrevious: (value: T) => T | undefined;