import { Color } from './Color'; export * from './Color'; export * from './ColorParser'; export * from './ColorGenerator'; export default Color;