import { useCollabEditor } from './composables/useCollabEditor'; type __VLS_Props = { html?: string; config?: Partial["config"]>; readonly?: boolean; toolbarMode?: "default" | "simple" | "full"; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (v: string) => any; "update:html": (v: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: (v: string) => any; "onUpdate:html"?: (v: string) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;