///
import PropTypes from 'prop-types';
import { SortPayload, Exporter, FilterPayload } from '../../features/core';
import { ButtonProps } from './Button';
declare const ExportButton: {
(props: ExportButtonProps): JSX.Element;
propTypes: {
basePath: PropTypes.Requireable;
exporter: PropTypes.Requireable<(...args: any[]) => any>;
filterValues: PropTypes.Requireable