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