export var PresentationExportType;
(function (PresentationExportType) {
PresentationExportType["Pptx"] = "pptx";
PresentationExportType["ImagePdf"] = "imagePdf";
PresentationExportType["Image"] = "image";
})(PresentationExportType || (PresentationExportType = {}));