import React from "react";
import { type InputProps } from "../types/InputProps";
declare const Input: React.FC<InputProps>;
export default Input;
