import * as React from "react"; import { InputProps } from "./input.type"; declare const Input: React.FunctionComponent; export { Input };