import { MutableRefObject } from "react"; type InitFunc = () => T; export declare const useLazyRef: (initValFunc: InitFunc) => MutableRefObject; export {};