declare const _default: import("vue").DefineComponent<{
    readonly: boolean;
    modelValue: string;
    enableClear: boolean;
    theme: string;
    language: string;
    monacoEditorOptions: Record<string, any>;
    configPath: string;
    modalTitle: string;
    onSubmitModal: (newValue: string) => void;
    leftTemplate?: ((instance: any) => any) | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    readonly: boolean;
    modelValue: string;
    enableClear: boolean;
    theme: string;
    language: string;
    monacoEditorOptions: Record<string, any>;
    configPath: string;
    modalTitle: string;
    onSubmitModal: (newValue: string) => void;
    leftTemplate?: ((instance: any) => any) | undefined;
}> & Readonly<{}>, {
    readonly: boolean;
    modelValue: string;
    enableClear: boolean;
    theme: string;
    language: string;
    monacoEditorOptions: Record<string, any>;
    configPath: string;
    modalTitle: string;
    onSubmitModal: (newValue: string) => void;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
