import * as React from 'react';
import { IColorPickerProps } from './ColorPicker.types';
export declare const ColorPicker: React.StatelessComponent<IColorPickerProps>;
