import BsInputGroup from "react-bootstrap/InputGroup"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { InputGroupProps as IInputGroupProps } from "react-bootstrap/InputGroup"; declare type IInputGroupWrapper = BsPrefixRefForwardingComponent<"div", IInputGroupProps>; export interface IInputGroup extends IInputGroupWrapper { Append: typeof BsInputGroup.Append; Prepend: typeof BsInputGroup.Prepend; Text: typeof BsInputGroup.Text; } export declare const InputGroup: IInputGroup; export type { IInputGroupProps }; export default InputGroup;