import React from 'react'; import { SxProps } from '@mui/material'; import { Theme } from 'src/theme/muiTheme'; /** simpler loader with a minimum height of 150 px * @param sx - additional styles for container */ export declare const Loading: React.FC<{ sx?: SxProps; }>;