import React from "react";
import type { RefreshButtonProps } from "../types";
/**
 * `<RefreshButton>` uses Mantine {@link https://mantine.dev/core/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/mantine/components/buttons/refresh-button} for more details.
 */
export declare const RefreshButton: React.FC<RefreshButtonProps>;
//# sourceMappingURL=index.d.ts.map