declare const useLazyRef: <Value>(getInitialValue: () => Value) => React.MutableRefObject<Value>;
export default useLazyRef;
