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