import React, { FC } from "react"; import { Button, ButtonProps } from "antd"; import { ExportOutlined } from "@ant-design/icons"; import { useTranslate } from "@hooks"; type ExportButtonProps = ButtonProps & { hideText?: boolean; }; /** * `` is an Ant Design {@link https://ant.design/components/button/ ` ); };