import { SxProps } from '@mui/material';
interface LoadingScreenProps {
    textMessage?: string;
    containerSx: SxProps;
}
export declare const LoadingScreen: ({ textMessage, containerSx }: LoadingScreenProps) => JSX.Element;
export {};
