import HtmlPreviewModal from "./src/index.vue";
export type PgzHtmlPreviewModalInstance = InstanceType<typeof HtmlPreviewModal>;
declare const PgzHtmlPreviewModal: ({
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
        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 | undefined, modalTitle?: string | undefined) => void;
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{}> & Readonly<{}>, {
        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 | undefined, modalTitle?: string | undefined) => void;
    }, {}, {}, {}, {}>;
    __isFragment?: undefined;
    __isTeleport?: undefined;
    __isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
    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 | undefined, modalTitle?: string | undefined) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
export default PgzHtmlPreviewModal;
export * from './src/type';
