import { AstRoot } from 'xml-template-literal'; import type { DynamicSegments } from "../types/DynamicSegments"; import type { RendererConfig } from "../types/RendererConfig"; export declare const renderChildren: (config: RendererConfig, ast: Pick>, "children">) => RenderTarget[];