import { ReactElement } from 'react'; import { type ComponentNode } from '@hashbrownai/core'; import { ExposedComponent } from '../expose-component.fn'; export declare function renderUiNodes(nodes: string | Array, registry: ReadonlyMap>, parentKey?: string): ReactElement[] | string; //# sourceMappingURL=ui-kit.helpers.d.ts.map