import type { Ref, RefObject } from "react"; export declare function useDOMRef(ref?: RefObject | Ref): RefObject;