import * as __VLS_VINE from 'vue-vine/internals'; import type { EditorState, LexicalEditor } from 'lexical'; type __VLS_VINE_OnChangePlugin_emits__ = __VLS_NormalizeEmits<__VLS_VINE.VueDefineEmits<{ change: [editorState: EditorState, editor: LexicalEditor, tags: Set]; }>>; export declare function OnChangePlugin({ ignoreSelectionChange, ignoreHistoryMergeTagChange, }: __VLS_VINE.VineComponentCommonProps & { ignoreSelectionChange?: boolean; ignoreHistoryMergeTagChange?: boolean; } & { onChange: __VLS_VINE_OnChangePlugin_emits__['change']; }, context: {}): __VLS_VINE.VueVineComponent; export {};