declare const _sfc_main: import("vue").DefineComponent<{}, {
    open: import("vue").Ref<boolean, boolean>;
    editor: import("vue").Ref<string | null, string | null>;
    formTitle: import("vue").Ref<string, string>;
    title: import("vue").Ref<string | null, string | null>;
    dialogRef: import("vue").Ref<any, any>;
    modal: import("vue").Ref<{
        fullscreen: boolean;
        switchFullscreen: boolean;
    }, {
        fullscreen: boolean;
        switchFullscreen: boolean;
    } | {
        fullscreen: boolean;
        switchFullscreen: boolean;
    }>;
    onClose: () => void;
    cancel: () => void;
    toggleFullScreen: () => void;
    handleOpen: (text?: string, modalTitle?: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
