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