declare enum MapProperty { LAYERGROUP = 'layergroup', SIZE = 'size', TARGET = 'target', VIEW = 'view', } export default MapProperty;