import React from "react";
import type { ShowButtonProps } from "../types";
/**
 * `<ShowButton>` uses Mantine {@link https://mantine.dev/core/button `<Button> `} component.
 * It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#show `show`} 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 show page with the record id route of resource.
 *
 * @see {@link https://refine.dev/docs/api-reference/mantine/components/buttons/show-button} for more details.
 */
export declare const ShowButton: React.FC<ShowButtonProps>;
//# sourceMappingURL=index.d.ts.map