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