/// declare const useLazyRef: (getInitialValue: () => Value) => import("react").MutableRefObject; export default useLazyRef;