import { type ReactNode } from "react"; export declare function InputGroupContainer({ title, iconElement, children, }: { title: string; iconElement?: ReactNode; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;