/// <reference types="react" />
export interface Props {
    id: string;
    announcement: string;
}
export declare function LiveRegion({ id, announcement }: Props): JSX.Element;
