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