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