declare enum ImageRepeat { repeat = "repeat", repeatX = "repeat-x", repeatY = "repeat-y", noRepeat = "no-repeat", space = "space", round = "round", initial = "initial", inherit = "inherit" } export { ImageRepeat };