import { ErrorPageProps } from "."; declare const ErrorPage: (props: ErrorPageProps) => import("react/jsx-runtime").JSX.Element; export default ErrorPage;