import React from "react";
import IProps from "./IProps";
declare const InputTag: React.FC<IProps>;
export default InputTag;
