import type { InlineNode } from "@standard-reader/renderer-core"; import type { Renderable, RenderContext } from "./types"; /** Render a list of {@link InlineNode}s to a lit-renderable value. */ export declare function renderInlineNodes(nodes: Array, ctx: RenderContext): Renderable; //# sourceMappingURL=inline.d.ts.map