/** * Modal component exports */ export { Modal, ModalHeader, ModalBody, ModalFooter } from './Modal'; export type { ModalProps, ModalSize, ModalHeaderProps, ModalBodyProps, ModalFooterProps, } from './Modal.types'; //# sourceMappingURL=index.d.ts.map