import * as React from 'react'; type ErrorProps = { error: Error; }; export declare const ErrorDetails: ({ error }: ErrorProps) => React.JSX.Element; export default function ErrorPage({ pageProps }: { pageProps: ErrorProps; }): React.JSX.Element; export {}; //# sourceMappingURL=ErrorDetails.d.ts.map