import type * as React from 'react'; import { cn } from '@spoon/ui'; const Input = ({ className, type, ...props }: React.ComponentProps<'input'>) => ( ); export { Input };