import { RenderableTreeNodes } from '../../types'; import type { ComponentType } from 'react'; type Component = ComponentType; declare function tagName(name: string, components: Record | ((string: string) => Component)): string | Component; export default function reactStatic(node: RenderableTreeNodes, { resolveTagName }?: { resolveTagName?: typeof tagName; }): string; export {}; //# sourceMappingURL=static.d.ts.map