| import { RenderableTreeNodes } from '../../types'; |
| import type { createElement, Fragment, ReactNode } from 'react'; |
| declare type ReactShape = Readonly<{ |
| createElement: typeof createElement; |
| Fragment: typeof Fragment; |
| }>; |
| export default function dynamic(node: RenderableTreeNodes, React: ReactShape, { components }?: { |
| components?: {} | undefined; |
| }): ReactNode; |
| export {}; |
| //# sourceMappingURL=react.d.ts.map |
| No newline at end of file |