import { ColorPickerProps } from './types'; export const ColorPicker = (props: ColorPickerProps) => null;