import type { ColorPickerProps } from "./types"; declare const ColorPicker: import("react").ForwardRefExoticComponent>; export { ColorPicker };