import { FC } from 'react'; import { ColorPickerProps } from '../../types'; declare const ColorPicker: FC; export default ColorPicker;