/// <reference types="react" />
import { InputGroupProps } from './types';
declare const InputGroup: ({ children, size, ...props }: InputGroupProps) => JSX.Element;
export { InputGroup };
