import { FC } from "react"; import { ButtonProps } from "antd"; declare type ExportButtonProps = ButtonProps & { hideText?: boolean; }; /** * `` is an Ant Design {@link https://ant.design/components/button/ `