import ColorPicker from "./ColorPicker";
export type { IColorPickerProps } from "./ColorPicker";
export default ColorPicker;
