declare enum MapEventType { POSTRENDER = 'postrender', MOVESTART = 'movestart', MOVEEND = 'moveend', } export default MapEventType;