import React from 'react'; import { DownloadOutlined } from '@ant-design/icons'; import { Button, Tooltip } from 'antd'; import type { GetProps } from 'antd'; type ButtonGroupProps = GetProps; const CustomGroup: React.FC = (props) => (