import { Callout } from "@progressiveui/react"; () => { return ( <Callout iconDescription="describes the close button" role="alert" statusIconDescription="describes the status icon" subtitle="Subtitle text goes here." title="Notification title" /> ); };