import ColorPicker from './ColorPicker';
export type { AggregationColor as Color } from './color';
export type { ColorPickerProps, ColorPickerSemanticClassNames, ColorPickerSemanticName, ColorPickerSemanticStyles, } from './interface';
export default ColorPicker;
