import { PropsWithChildren } from 'react' import { SnackbarProps } from '@mui/material' export type SnackbarProviderProps = PropsWithChildren & SnackbarProps & { shouldShowProgress?: boolean }