import type { HTMLAttributes } from "react"; export interface ValueComponentProps extends Omit, "color"> { value?: string; }