import * as React from 'react'; export interface InputGroupProps extends React.HTMLAttributes { simple?: boolean; } export interface InputGroupAddonProps extends React.HTMLAttributes { addonType?: string; }