import React from "react"; import { InputButtonProps } from "./InputButtonProps"; declare const InputButton: React.FC; export default InputButton;