import { FC } from "react"; import { InputFieldProps } from "./input.types"; declare const Input: FC; export default Input;