import React from 'react'; export declare function Page401(): React.JSX.Element; export declare function Page403(): React.JSX.Element; export declare function Page404(): React.JSX.Element; export declare function PageError(): React.JSX.Element; export interface PageRouteErrorProps { /** * Whether to render the collapsible "Technical details" panel containing the * raw HTTP response body, request URL/method, and (for non-HTTP errors) the * JS error stack. Useful for support tickets but potentially sensitive in * production. Resolved from `DecafWebappProps.errorDetails` upstream. */ showDetails?: boolean; } export declare function PageRouteError({ showDetails }?: PageRouteErrorProps): React.JSX.Element; //# sourceMappingURL=Error.d.ts.map