export default function useLazyRef(fn: L | RefDispatch): import("react").MutableRefObject; export type RefDispatch = () => T;