import * as React from 'react'; import { BaseUIComponentProps } from "../../internals/types.js"; /** * Displays a status message whose content changes are announced politely to screen readers. * Useful for conveying the status of an asynchronously loaded list. * This component's root element must remain mounted in the DOM to announce * changes consistently across screen readers. Avoid hiding or removing the * component itself with `display: none`, `hidden`, `aria-hidden`, or conditional * rendering. Prefer updating or conditionally rendering its children instead. * Renders a `