import React from "react";
interface ErrorProps {
}
declare const Error: React.FC<ErrorProps>;
export default Error;
