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