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