import { ModalTypeMap } from "."; export declare const modalClasses: import("@suid/base/ModalUnstyled").ModalUnstyledClasses; /** * Modal is a lower-level construct that is leveraged by the following components: * * * [Dialog](https://mui.com/api/dialog/) * * [Drawer](https://mui.com/api/drawer/) * * [Menu](https://mui.com/api/menu/) * * [Popover](https://mui.com/api/popover/) * * If you are creating a modal dialog, you probably want to use the [Dialog](https://mui.com/api/dialog/) component * rather than directly using Modal. * * This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals). * * Demos: * * - [Modal](https://mui.com/components/modal/) * * API: * * - [Modal API](https://mui.com/api/modal/) */ declare const Modal: import("@suid/types").OverridableComponent; export default Modal; //# sourceMappingURL=Modal.d.ts.map