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