/** @public */
export interface ThemeColorShadow {
  outline: string
  umbra: string
  penumbra: string
  ambient: string
}
