import "@wangeditor/editor/dist/css/style.css";
import type { PropType } from "vue";
import type { IEditorConfig } from "@wangeditor/editor";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    mode: {
        type: StringConstructor;
        default: string;
    };
    defaultConfig: {
        type: PropType<IEditorConfig>;
        default: () => {
            autoFocus: boolean;
        };
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    mode: string;
    defaultConfig: IEditorConfig;
} & {} & {}>, {
    mode: string;
    defaultConfig: IEditorConfig;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
export default _default;
