import type React from 'react'; import type { ComponentRegistry } from './registry'; export declare function resolveRuntimeRegistry(args: { propRegistry?: ComponentRegistry; configRegistry?: ComponentRegistry; }): ComponentRegistry; export declare function resolveRenderedChildren(args: { propChildren: React.ReactNode; renderedChildren: React.ReactNode[] | undefined; }): React.ReactNode; export declare function getUnknownComponentDiagnostic(componentType: string, registry: ComponentRegistry): { title: string; detail: string; suggestion: string; }; //# sourceMappingURL=rendering.d.ts.map