import * as React from 'react';
import { ISwatchColorPickerGroupState, ISwatchColorPickerGroupProps } from './SwatchColorPickerGroup.types';
export default class SwatchColorPickerGroup extends React.Component<ISwatchColorPickerGroupProps, ISwatchColorPickerGroupState> {
    render(): React.ReactElement<ISwatchColorPickerGroupProps>;
    private handleColorChanged;
}
//# sourceMappingURL=SwatchColorPickerGroup.d.ts.map