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