/// declare namespace BalProps { type BalTextSize = 'small' | 'lead' | 'block' | ''; type BalTextSpace = 'none' | 'bottom' | 'top' | 'all' | ''; type BalTextColor = 'light-blue' | 'blue-dark' | 'blue-light' | 'primary-light' | 'white' | 'black' | 'grey' | 'primary' | 'blue' | 'info' | 'success' | 'warning' | 'danger' | ''; }