import type { TableOfContentData } from '@tiptap/extension-table-of-contents'; export declare const tocItems: import("svelte/store").Writable; import { type EditorProviderProps } from './'; /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * [EditorProviderProps](https://github.com/shinokada/flowbite-svelte-plugins/blob/main/src/lib/types.ts#L139) * ## Props * @prop content * @prop editorClass = 'format lg:format-lg dark:format-invert focus:outline-none format-blue max-w-none' * @prop editor = $bindable(null) * @prop children * @prop footer * @prop emoji = true * @prop class: className * @prop mentions * @prop floatingMenu = false * @prop math = false * @prop file * @prop placeholder = 'Write something ...' * @prop summary = 'Summary' * @prop detailsPlaceholder = 'Add details content...' * @prop toc * @prop contentprops * @prop isEditable = true * @prop autofocusPosition = false */ declare const TextEditor: import("svelte").Component; type TextEditor = ReturnType; export default TextEditor;