import React from 'react'; import type { AppThemeProps } from '@control-ui/app/AppTheme'; import type { SxProps, Theme } from '@mui/material/styles'; export declare const AppWrapper: React.ComponentType; className?: string; }>>; export declare const AppLoader: (themeConfig: AppThemeProps, loader: () => Promise, loadingTitle: string, errorMessage: string, onError?: ((error: any) => void) | undefined) => React.FunctionComponent;