import { FC } from 'react' interface Props { } export const Input:FC = () => { return ( <> ) }