import React from "react"; import { ButtonProps, UploadProps } from "antd"; declare type ImportButtonProps = { uploadProps: UploadProps; buttonProps: ButtonProps; hideText?: boolean; }; /** * `` is compatible with the {@link https://refine.dev/docs/api-references/hooks/import-export/useImport `useImport`} hook and is meant to be used as it's upload button. * It uses Ant Design's {@link https://ant.design/components/button/ `