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