import type { ErrorPageProps } from "./types.js"; export default function DefaultErrorPage(props: ErrorPageProps): any;