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