/** * The `AlertManager` component provides an area in which `Alert` components can * be shown and dismissed. */ export default class AlertManager extends Component { constructor(); } import Component from "../Component";