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