export declare enum RasterImagesSavingModes {
    AsPngImagesEmbeddedIntoSvg = "AsPngImagesEmbeddedIntoSvg",
    AsExternalPngFilesReferencedViaSvg = "AsExternalPngFilesReferencedViaSvg",
    AsEmbeddedPartsOfPngPageBackground = "AsEmbeddedPartsOfPngPageBackground"
}
