/// <reference types="react" />
import { ISwatchColorPickerProps } from './SwatchColorPicker.types';
export declare const SwatchColorPicker: (props: ISwatchColorPickerProps) => JSX.Element;
