import * as __VLS_VINE from 'vue-vine/internals'; type __VLS_VINE_ClearEditorPlugin_props__ = {}; type __VLS_VINE_ClearEditorPlugin_emits__ = __VLS_NormalizeEmits<__VLS_VINE.VueDefineEmits<{ clear: []; }>>; export declare function ClearEditorPlugin(props: __VLS_VINE.VineComponentCommonProps & __VLS_VINE_ClearEditorPlugin_props__ & { onClear: __VLS_VINE_ClearEditorPlugin_emits__['clear']; }, context: {}): __VLS_VINE.VueVineComponent; export {};