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