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