export class SymbolLayerBuilder extends LayerBase<SymbolLayer> {
  SymbolLayerOptions: Partial<SymbolLayer>

  // ensures this class passes for `AnyLayer` type in MapBox
  type: 'symbol' = 'symbol' as const