import { MutableRefObject } from 'react'; export declare const useLazyRef: (getInitialValue: () => Value) => MutableRefObject; //# sourceMappingURL=useLazyRef.d.ts.map