import React from 'react';
import type { IInputGroupProps } from './types';
export declare const InputGroup: React.MemoExoticComponent<React.ForwardRefExoticComponent<IInputGroupProps & React.RefAttributes<unknown>>>;
