import React from 'react'; /** * @deprecated The `InputGroup` component is deprecated and will be removed in a future release. * * Please use the `Connected` component instead, which provides improved functionality and * styling capabilities. * * @component */ export declare const InputGroup: React.FC<{ children: React.ReactNode; }>;