import * as __VLS_VINE from 'vue-vine/internals'; import type { ContentEditableElementProps as ElementProps } from './shared/LexicalContentEditableElement.vine'; type ContentEditableProps = Omit; export declare function ContentEditable(props: __VLS_VINE.VineComponentCommonProps & ContentEditableProps, context: { slots: { default: unknown; placeholder: unknown; }; }): __VLS_VINE.VueVineComponent; export {};