import type { ComponentInputProps } from './types';
type Props = ComponentInputProps<{}>;
declare const EditorContent: import("svelte").Component<Props, {}, "">;
type EditorContent = ReturnType<typeof EditorContent>;
export default EditorContent;
