importtype { ReactComponent, ReactTestChild } from"./types";
/**
* Transforms a HTML element into a shallow representation of a React component
*/exportdeclarefunctionshallow(rootElement: Element | null, RootReactComponent: ReactComponent | string): ReactTestChild | null;