import { JSX } from 'react';
/**
 * A component that provides hidden ARIA live regions for accessibility, allowing screen readers to announce changes dynamically.
 */
export declare const DSAriaLiveRegions: () => JSX.Element;
