import React from "react";
import type { RefreshButtonProps } from "../types";
/**
 * `<RefreshButton>` uses uses Material UI {@link https://mui.com/material-ui/react-button `<Button>`} component
 * to update the data shown on the page via the {@link https://refine.dev/docs/api-reference/core/hooks/invalidate/useInvalidate `useInvalidate`} hook.
 *
 * @see {@link https://refine.dev/docs/api-reference/mui/components/buttons/refresh-button} for more details.
 */
export declare const RefreshButton: React.FC<RefreshButtonProps>;
//# sourceMappingURL=index.d.ts.map