import type { ChartTheme } from '../themes/types.js'; export interface NarrativeBlockProps { title?: string; content: string; theme?: ChartTheme; } export declare function NarrativeBlock({ title, content, theme, }: NarrativeBlockProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NarrativeBlock.d.ts.map