export default class ColorPickerConverterRGB extends React.PureComponent<any, any, any> {
    static propTypes: {
        dataHook: PropTypes.Requireable<string>;
        current: PropTypes.Validator<object>;
        onChange: PropTypes.Validator<(...args: any[]) => any>;
        onAdd: PropTypes.Requireable<(...args: any[]) => any>;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    state: {};
    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=ColorPickerConverterRGB.d.ts.map