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