import { SectionElement } from "../section-elements/section-element.js"; export interface MarkdownProps { readonly text: string; readonly keepTogetherSections?: boolean; } export declare function create({ text, keepTogetherSections }: MarkdownProps): SectionElement; //# sourceMappingURL=markdown.d.ts.map