import { ColorPickerProps } from "./ColorPicker.types"; export { default as ColorPicker } from "./ColorPicker"; export type { ColorPickerProps };