import { LiveRegionElement } from './live-region-element';
export declare function findOrCreateLiveRegion(from?: HTMLElement, appendTo?: HTMLElement): LiveRegionElement;
export declare function getClosestLiveRegion(from: HTMLElement): LiveRegionElement | null;
