import { FC } from "react"; /** * The Error page we use with react-router. */ declare const Error: FC; export default Error;