/** biome-ignore-all lint/suspicious/noArrayIndexKey: its fine */ import type { OutputStore, SectionWithId } from "../inkoutput.js"; export declare function SectionRenderer({ section, store, }: { section: SectionWithId; store: OutputStore; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=SectionRenderer.d.ts.map