import CustomModal, { customModalRef } from './CustomModal'; export { CustomModal, customModalRef }; export type { CustomModalProps, CustomModalRefProps } from './types';