import type { RefObject } from "react"; export declare function useLazyRef(fn: () => T): RefObject;