import React from "react";
import { ColorPickerProps } from "./interface";
declare const Component: React.ForwardRefExoticComponent<ColorPickerProps & React.RefAttributes<unknown>>;
export default Component;
export type { ColorPickerProps };
