import { RefObject } from 'react'; declare const useLazyRef: (init: () => T) => RefObject; export { useLazyRef };