import Modal from "./Modal"; import type { ModalProps } from "./Modal.interface"; export { Modal }; export type { ModalProps };