import React from "react"; import type TextInputGroupProps from "./private/types/TextInputGroupProps"; declare const TextInputGroup: ({ orientation, inputProps, isRtl, backgroundColor, }: TextInputGroupProps) => React.JSX.Element; export default TextInputGroup; //# sourceMappingURL=TextInputGroup.d.ts.map