export declare function usePrevious<T>(value: T): T | undefined;
export declare function usePrevious<T, U>(value: T, defaultValue: U): T | U;
//# sourceMappingURL=hooks.d.ts.map