import { LiveRegionProps } from '../../types'; /** * LiveRegion - Accessible announcements for screen readers * * An ARIA live region that announces messages to screen readers without * disrupting the visual interface. Useful for loading state updates, * progress announcements, and status changes. * * @example * ```tsx * // Polite announcement (waits for user to finish current task) * * * // Assertive announcement (interrupts immediately) * * * // Progress updates * * ``` */ export declare const LiveRegion: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=LiveRegion.d.ts.map