export { ConfirmPopupContent as Content, ConfirmPopupFooter as Footer, ConfirmPopupIcon as Icon, ConfirmPopupMessage as Message, ConfirmPopupPortal as Portal } from 'primereact/confirmpopup'; export { UIConfirmPopupAccept as Accept } from './accept'; export { UIConfirmPopupReject as Reject } from './reject'; export { UIConfirmPopupRoot as Root } from './root'; export { UIConfirmPopupTrigger as Trigger } from './trigger';