import React from 'react'; import { ButtonProps } from '../Button'; export type InputGroupButtonProps = ButtonProps; /** * The `InputGroup.Button` component is used to specify an input field with an add-on. * @see https://rsuitejs.com/components/input/#input-group */ declare const InputGroupButton: React.ForwardRefExoticComponent>; export default InputGroupButton;