/**
 * --------------------------------------------------------------------------
 *  DSG Vue - Components
 * --------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------
 *  Export: Vue Components
 * --------------------------------------------------------------------------
 */
export declare const DsgEditor: import('vue').DefineComponent<{
    modelValue: string;
} & import('./editor').DsgEditorProps, {
    getEditor: () => import('vditor').default | undefined;
    getEditorValue: () => string;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    "update:modelValue": (value: string) => any;
} & {
    "update:modelValue": (value: string) => any;
    "on-before-input": (oldValue: string, value: string) => any;
    "on-after-input": (value: string) => any;
}, string, import('vue').PublicProps, Readonly<{
    modelValue: string;
} & import('./editor').DsgEditorProps> & Readonly<{
    "onUpdate:modelValue"?: ((value: string) => any) | undefined;
    "onOn-before-input"?: ((oldValue: string, value: string) => any) | undefined;
    "onOn-after-input"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
    vditor: HTMLDivElement;
}, HTMLDivElement>;
/**
 * --------------------------------------------------------------------------
 *  Export: Vue Component Types
 * --------------------------------------------------------------------------
 */
export type { DsgEditorProps } from './components/Editor/DsgEditor.vue';
/**
 * --------------------------------------------------------------------------
 *  Export: Default
 * --------------------------------------------------------------------------
 */
declare const _default: {
    DsgEditor: import('vue').DefineComponent<{
        modelValue: string;
    } & import('./editor').DsgEditorProps, {
        getEditor: () => import('vditor').default | undefined;
        getEditorValue: () => string;
    }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
        "update:modelValue": (value: string) => any;
    } & {
        "update:modelValue": (value: string) => any;
        "on-before-input": (oldValue: string, value: string) => any;
        "on-after-input": (value: string) => any;
    }, string, import('vue').PublicProps, Readonly<{
        modelValue: string;
    } & import('./editor').DsgEditorProps> & Readonly<{
        "onUpdate:modelValue"?: ((value: string) => any) | undefined;
        "onOn-before-input"?: ((oldValue: string, value: string) => any) | undefined;
        "onOn-after-input"?: ((value: string) => any) | undefined;
    }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
        vditor: HTMLDivElement;
    }, HTMLDivElement>;
};
export default _default;
