export interface PgzHtmlPreviewModalProps {
}
export interface PgzHtmlPreviewModalExpose {
    handleOpen: (text?: string, modalTitle?: string) => void;
    onClose: () => void;
    cancel: () => void;
}
