import * as React from 'react'; import { cn } from '../../_lib/utils'; const Input = React.forwardRef>( ({ className, type, ...props }, ref) => ( ), ); Input.displayName = 'Input'; export { Input };