export declare enum SoundIcon {
    Speaker = "Speaker",
    Mic = "Mic"
}
