export declare enum ExternalVideoVolumeUiDataNames {
    CURRENT_VOLUME_VALUE = "CURRENT_VOLUME_VALUE",
    IS_VOLUME_MUTED = "IS_VOLUME_MUTED"
}
