interface ClearEditorPluginProps { onClear?: () => void; } declare const ClearEditorPlugin: import("svelte").Component; type ClearEditorPlugin = ReturnType; export default ClearEditorPlugin;