import { ColorPickerProps } from './ColorPicker.types'; export declare const ColorPicker: (props: ColorPickerProps) => import("react/jsx-runtime").JSX.Element;