type prop = {
    value: string;
    onChange: (color: string) => void;
};
declare const InputColor: ({ value, onChange }: prop) => import("react/jsx-runtime").JSX.Element;
export default InputColor;
//# sourceMappingURL=Color.d.ts.map