/// declare enum SizingMode { WidthAndHeight = "widthAndHeight", WidthAndAspectRatio = "widthAndAspectRatio", HeightAndAspectRatio = "heightAndAspectRatio", ShorterDimensionAndAspectRatio = "shorterDimensionAndAspectRatio" } export { SizingMode };