export interface StyleOption { /** Style label to display on switcher */ label: string; /* [Style name from spec](https://docs.mapbox.com/mapbox-gl-js/style-spec/#root-name) */ styleName: string; /* Style url */ styleUrl: string; }