import { BoxProps, CircularProgressProps } from '@mui/material' export interface LoadingStateProps extends BoxProps { CircularProgressProps?: CircularProgressProps }