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