import * as React from 'react'; import type { IColorPickerProps } from './ColorPicker.types'; export declare const ColorPicker: React.FunctionComponent;