declare enum ImageMode { stretch = "stretch", contain = "contain", cover = "cover" }