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