import HtmlPreviewModal from "./src/index.vue";
export type PgzHtmlPreviewModalInstance = InstanceType;
declare const PgzHtmlPreviewModal: ({
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, {
open: import("vue").Ref;
editor: import("vue").Ref;
formTitle: import("vue").Ref;
title: import("vue").Ref;
dialogRef: import("vue").Ref;
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;
editor: import("vue").Ref;
formTitle: import("vue").Ref;
title: import("vue").Ref;
dialogRef: import("vue").Ref;
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<{}>, {
open: import("vue").Ref;
editor: import("vue").Ref;
formTitle: import("vue").Ref;
title: import("vue").Ref;
dialogRef: import("vue").Ref;
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) & Record;
export default PgzHtmlPreviewModal;
export * from './src/type';