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