import { type ErrorInfo } from "../ErrorSummary";
interface Level2OuterPageLoadingProps {
    errors?: ErrorInfo[];
}
export declare function Level2OuterPageLoading({ errors }: Level2OuterPageLoadingProps): import("react/jsx-runtime").JSX.Element;
export {};
