/// <reference types="react" />
import { InputGroupProps } from './Props';
declare function Group(props: InputGroupProps): JSX.Element[];
export default Group;
