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