declare const _default: import("vue").DefineComponent<{
    type: string;
    width: number;
    title: string;
    buttons: import("../../modal/src/composition/type").ModalButton[];
    detail: string;
    okButtonText: string;
    cancelButtonText: string;
    exceptionInfo: null;
    promptEditorType: string;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    type: string;
    width: number;
    title: string;
    buttons: import("../../modal/src/composition/type").ModalButton[];
    detail: string;
    okButtonText: string;
    cancelButtonText: string;
    exceptionInfo: null;
    promptEditorType: string;
}> & Readonly<{}>, {
    type: string;
    width: number;
    title: string;
    buttons: import("../../modal/src/composition/type").ModalButton[];
    detail: string;
    okButtonText: string;
    cancelButtonText: string;
    exceptionInfo: null;
    promptEditorType: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
