declare const TextGroup: ({ data }: { data: any; }) => JSX.Element; export default TextGroup;