export type ImageFormat = "png" | "jpeg" | "gif" | "bmp" | "tiff" | "webp" | "svg";