import ColorPicker from './color-picker';
export type { ColorPickerProps } from './color-picker';
export default ColorPicker;
