/// import { Component } from 'react'; export default function getDOMElement(node: Component | HTMLElement | null): HTMLElement | null;