import * as React from "react";
import type { Props } from "./types";
declare const InputGroup: ({ children, label, flex, help, id, error, disabled, dataTest, spaceAfter, onFocus, onBlur, onChange, onBlurGroup, ariaLabel, ariaLabelledby, required, ref, }: Props) => React.JSX.Element;
export default InputGroup;
//# sourceMappingURL=index.d.ts.map