import * as React from "react"; import { ErrorPageProps } from "./ErrorPage.definitions"; declare const ErrorPageThemed: React.FC & { theme?: import("@emotion/react").Theme; }>; export { ErrorPageThemed as ErrorPage };