import type { EditorConfig, EventInfo } from 'ckeditor5';
import { type EditorRelaxedConstructor, type ExtractEditorType } from '@ckeditor/ckeditor5-integrations-common';
declare const _default: <TEditorConstructor extends EditorRelaxedConstructor>(__VLS_props: {
    readonly onBlur?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
    readonly onFocus?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
    readonly onInput?: ((data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
    readonly "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
    readonly onReady?: ((editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
    readonly onDestroy?: (() => any) | undefined;
    editor: TEditorConstructor;
    config?: EditorConfig | undefined;
    tagName?: string | undefined;
    disabled?: boolean | undefined;
    disableTwoWayDataBinding?: boolean | undefined;
    modelValue?: string | undefined;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
    attrs: any;
    emit: ((evt: "blur", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "focus", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "input", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "update:modelValue", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "ready", editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "destroy") => void) & ((evt: "update:modelValue", value: string) => void);
    slots: {};
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
    instance: import("vue").Ref<ExtractEditorType<TEditorConstructor> | undefined, ExtractEditorType<TEditorConstructor> | undefined>;
    lastEditorData: import("vue").Ref<string | undefined, string | undefined>;
}>) => void) | undefined, __VLS_setup?: Promise<{
    props: {
        readonly onBlur?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
        readonly onFocus?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
        readonly onInput?: ((data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
        readonly "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
        readonly onReady?: ((editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
        readonly onDestroy?: (() => any) | undefined;
        editor: TEditorConstructor;
        config?: EditorConfig | undefined;
        tagName?: string | undefined;
        disabled?: boolean | undefined;
        disableTwoWayDataBinding?: boolean | undefined;
        modelValue?: string | undefined;
    } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
    expose(exposed: import("vue").ShallowUnwrapRef<{
        instance: import("vue").Ref<ExtractEditorType<TEditorConstructor> | undefined, ExtractEditorType<TEditorConstructor> | undefined>;
        lastEditorData: import("vue").Ref<string | undefined, string | undefined>;
    }>): void;
    attrs: any;
    slots: {};
    emit: ((evt: "blur", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "focus", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "input", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "update:modelValue", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "ready", editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "destroy") => void) & ((evt: "update:modelValue", value: string) => void);
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}> & {
    __ctx?: {
        props: {
            readonly onBlur?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
            readonly onFocus?: ((event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
            readonly onInput?: ((data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
            readonly "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
            readonly onReady?: ((editor: ExtractEditorType<TEditorConstructor>) => any) | undefined;
            readonly onDestroy?: (() => any) | undefined;
            editor: TEditorConstructor;
            config?: EditorConfig | undefined;
            tagName?: string | undefined;
            disabled?: boolean | undefined;
            disableTwoWayDataBinding?: boolean | undefined;
            modelValue?: string | undefined;
        } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
        expose(exposed: import("vue").ShallowUnwrapRef<{
            instance: import("vue").Ref<ExtractEditorType<TEditorConstructor> | undefined, ExtractEditorType<TEditorConstructor> | undefined>;
            lastEditorData: import("vue").Ref<string | undefined, string | undefined>;
        }>): void;
        attrs: any;
        slots: {};
        emit: ((evt: "blur", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "focus", event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "input", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "update:modelValue", data: string, event: EventInfo<string, unknown>, editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "ready", editor: ExtractEditorType<TEditorConstructor>) => void) & ((evt: "destroy") => void) & ((evt: "update:modelValue", value: string) => void);
    } | undefined;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
    [K in keyof T]: T[K];
} & {};
