import { FC } from 'react'; type Props = { onClick: () => void; }; declare const ButtonRetry: FC; export default ButtonRetry;