import { type ParentProps } from "solid-js"; export declare const ErrorBoundary: (props: ParentProps) => import("solid-js").JSX.Element; export declare const TopErrorBoundary: (props: ParentProps) => import("solid-js").JSX.Element;