/** * Returns the previous state of the given `value`. */ export declare function usePrevious(value: T): T | undefined;