import type { Doc } from 'yjs'; import type { ExcludedProperties, Provider } from '@lexical/yjs'; import type { InitialEditorStateType } from '../types'; declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ id: string; providerFactory: (id: string, yjsDocMap: Map) => Provider; shouldBootstrap: boolean; username?: string | undefined; cursorColor?: string | undefined; cursorsContainerRef?: HTMLElement | null | undefined; initialEditorState?: InitialEditorStateType | undefined; excludedProperties?: ExcludedProperties | undefined; awarenessData?: object | undefined; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly) => Provider; shouldBootstrap: boolean; username?: string | undefined; cursorColor?: string | undefined; cursorsContainerRef?: HTMLElement | null | undefined; initialEditorState?: InitialEditorStateType | undefined; excludedProperties?: ExcludedProperties | undefined; awarenessData?: object | undefined; }>>>, {}, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };