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