import React from 'react'; export declare function ColorInput({ value, onChange, children, className, ...props }: React.InputHTMLAttributes): React.JSX.Element;