import * as React from "react"; import { InputPropsT } from "./types"; export declare const Input: React.FC; export default Input;