import Modal from './Modal';
import type { ModalProps } from './ModalTypes';
export { Modal };
export type { ModalProps };
