import type { ReactNode } from 'react'; interface ErrorPageProps { title: string; subtitle: string; children?: ReactNode; } export default function ErrorPage(props: ErrorPageProps): import("react").JSX.Element; export {}; //# sourceMappingURL=error_page.d.ts.map