declare const colors: readonly [""]; type Color = typeof colors[number]; export { colors, Color };