import type { ReactTestRendererNode } from 'react-test-renderer'; import type { ReactTestRendererTreeChild } from './types'; export declare function mapChild(child: ReactTestRendererTreeChild): ReactTestRendererNode;