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