declare const ErrorView: ({ error, mode }: { error: Error; mode: "prod" | "dev"; }) => import("solid-js").JSX.Element; export default ErrorView;