import { FC } from "react"; import { InputTextPropsType } from "./interface"; declare const InputText: FC; export default InputText;