/// import type { InputProps } from './type'; export default function Input(props: InputProps): import("react").JSX.Element;