export const Input: FC<Omit<ComponentProps<"input">, keyof Props> & Props> = ({
  color,
  size,
  rounded,
  className,