export declare enum AriaLiveOptionType {
    POLITE = "polite",
    ASSERTIVE = "assertive",
    OFF = "off"
}
