import type { RichTextProps } from './index.js';
declare const RichText: import("svelte").Component<RichTextProps, {}, "value">;
type RichText = ReturnType<typeof RichText>;
export default RichText;
