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