import { type ReactNode } from "react"; export declare function ErrorContainer({ children }: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ErrorContainer.d.ts.map