import React from "react"; import { ErrorBlockProps } from "./types"; declare const ErrorBlock: React.FC; export default ErrorBlock;