import { type BoxProps } from '@mui/material';
interface ServerErrorMessageProps extends BoxProps {
    errorMsg?: String;
}
export declare const ServerErrorMessage: React.FC<ServerErrorMessageProps>;
export {};
