import { RefObject } from 'react';
export default function useValueRef<T>(value: T): RefObject<T>;
//# sourceMappingURL=useValueRef.d.ts.map