import React from "react";
import type { CloneButtonProps } from "../types";
/**
 * `<CloneButton>` uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button> component`}.
 * It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#clone `clone`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation useNavigation} under the hood.
 * It can be useful when redirecting the app to the create page with the record id route of resource.
 *
 * @see {@link https://refine.dev/docs/api-reference/mui/components/buttons/clone-button} for more details.
 *
 */
export declare const CloneButton: React.FC<CloneButtonProps>;
//# sourceMappingURL=index.d.ts.map