///
export declare const InputGroup: import("react").ForwardRefExoticComponent<{
fullwidth?: boolean | undefined;
error?: import("react").ReactNode;
success?: import("react").ReactNode;
warning?: import("react").ReactNode;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "error" | "warning" | "success" | "fullwidth"> & import("react").RefAttributes>;
//# sourceMappingURL=InputGroup.d.ts.map