import Modal from './Modal'; import type RenderModalBackdropProps from './RenderModalBackdropProps'; import type { Props } from './Modal'; import modalConfig from './modal-config'; export type { RenderModalBackdropProps, Props as ModalProps, modalConfig }; export default Modal;