import { type ErrorInfo } from "../ErrorSummary";
interface Level2InnerPageLoadingProps {
    loadingTitle: string;
    errors?: ErrorInfo[];
    isFullWidth?: boolean;
}
export declare function Level2InnerPageLoading({ loadingTitle, errors, isFullWidth }: Level2InnerPageLoadingProps): import("react/jsx-runtime").JSX.Element;
export {};
