import * as React from 'react'; import { OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type InputGroupProps = { /** * Set the style `display: block;` so the group fills its parent. */ block?: boolean; } & OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: InputGroupProps) => JSX.Element>; export default _default;