/// import { ColorPickerBaseProps, RgbColor } from "../types"; export declare const RgbColorPicker: (props: Partial>) => JSX.Element;