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