import type { ComponentPropsWithoutRef } from 'react'; import { Button } from '../../components/Button'; export declare function ButtonRetryMessage({ className, ...props }: ComponentPropsWithoutRef): import("react/jsx-runtime").JSX.Element;