declare const usePreviousGeneric: <T>(value: T) => T;
export default usePreviousGeneric;
