export { ModalManager } from '@mui/base/Modal'; // exporting ModalManager

export { default } from './Modal';
export * from './Modal';
