declare const ColorPickerInput: ({ value, onChange, label, ...props }: { [x: string]: any; value: any; onChange: any; label: any; }) => import("react/jsx-runtime").JSX.Element; export { ColorPickerInput }; export default ColorPickerInput;