type $$ComponentProps = { variant?: 'default' | 'minimal'; showFooter?: boolean; }; declare const RichTextEditorStory: import("svelte").Component<$$ComponentProps, {}, "">; type RichTextEditorStory = ReturnType; export default RichTextEditorStory;