import React from "react"; import { useExportButton } from "@refinedev/core"; import { RefineButtonClassNames, RefineButtonTestIds, } from "@refinedev/ui-types"; import { ActionIcon, Button } from "@mantine/core"; import { IconFileExport } from "@tabler/icons-react"; import { mapButtonVariantToActionIconVariant } from "@definitions/button"; import type { ExportButtonProps } from "../types"; /** * `` uses Mantine {@link https://mantine.dev/core/button ` ); };