import * as React from 'react'; export declare function useLazyRef(init: (arg?: U) => T, initArg?: U): React.MutableRefObject;