import type { RefObject } from 'react';
export default function getRefElement(target: RefObject<unknown> | HTMLElement | null): HTMLElement | null;
