import type { MyReactInternalInstance } from "@my-react/react"; import type { DomElement } from "@my-react-dom-shared"; export declare const findDOMNode: (instance: MyReactInternalInstance | Element) => DomElement | null; //# sourceMappingURL=find-dom-node.d.ts.map