import { type ContentBodyFormat } from '../../body-format'; export interface Props { content: string; format?: ContentBodyFormat | null; class?: string; } declare const ContentBodyRenderer: import("svelte").Component; type ContentBodyRenderer = ReturnType; export default ContentBodyRenderer; //# sourceMappingURL=ContentBodyRenderer.svelte.d.ts.map