import { ColorPickerProps } from "@ducor/types";
export declare const ColorPicker: ({ label, withAsterisk, direction, name, helperText, id, defaultValue, className, disabled, }: ColorPickerProps) => import("react/jsx-runtime").JSX.Element;
