/// declare namespace BalProps { type BalShapeVariation = '1' | '2' | '3'; type BalShapeColor = 'green' | 'green-light' | 'red' | 'red-light' | 'purple' | 'purple-light' | 'yellow' | 'yellow-light'; type BalShapeRotation = '0' | '90' | '180' | '270'; }