export default class ColorPickerConverterHsb extends React.PureComponent { static propTypes: { dataHook: PropTypes.Requireable; current: PropTypes.Validator; onChange: PropTypes.Validator<(...args: any[]) => any>; onAdd: PropTypes.Requireable<(...args: any[]) => any>; }; constructor(props: any); constructor(props: any, context: any); state: any; isInputsEmpty(): boolean; render(): React.JSX.Element; UNSAFE_componentWillReceiveProps(props: any): void; change(part: any, { target: { value } }: { target: { value: any; }; }): void; } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=ColorPickerConverterHsb.d.ts.map