import { type Ref } from 'react'; export interface DOMRefValue { UNSAFE_getDOMNode(): T; } export type DOMRef = Ref>;