import { HTMLAttributes } from 'react';
export declare type IInputGroupProps = HTMLAttributes<HTMLSpanElement>;
export declare function InputGroup(props: IInputGroupProps): JSX.Element;
