export { default as Modal } from './Modal'; export type { TModal, TModalHTMLAttributes, TModalWithHTMLAttributes } from './TModal.model';