import { ReactInstance } from 'react';
export default function findHTMLElement(e: ReactInstance): HTMLElement | undefined;
