import type { ReactTestRendererJSON } from 'react-test-renderer'; import type { ReactTestRendererTreeFixed } from './types'; export declare function mapChildren(props: ReactTestRendererTreeFixed['props']): ReactTestRendererJSON['children'];