export declare enum Property { Instance = "Instance", Language = "Language", ActionsSupported = "ActionsSupported", ActionsAvailable = "ActionsAvailable", PropertiesSupported = "PropertiesSupported", RewindSpeed = "RewindSpeed", FfwdSpeed = "FfwdSpeed", ProviderName = "ProviderName", PlayerState = "PlayerState", PlayerIcon = "PlayerIcon", PlayerIconURL = "PlayerIconURL", PlayerName = "PlayerName", StreamState = "StreamState", MediaType = "MediaType", TextLines = "TextLines", AlbumArt = "AlbumArt", AlbumArtUrl = "AlbumArtUrl", AlbumArtUrlNAT = "AlbumArtUrlNAT", StationName = "StationName", Album = "Album", Genre = "Genre", Artist = "Artist", Title = "Title", ProgressBar = "ProgressBar", ElapsedSec = "ElapsedSec", TrackSec = "TrackSec", TrackNum = "TrackNum", TrackCnt = "TrackCnt", NextTitle = "NextTitle", MediaReady = "MediaReady", ShuffleState = "ShuffleState", RepeatState = "RepeatState", StatusMsg = "StatusMsg", Busy = "Busy", Rating = "Rating", SelectedId = "SelectedId" }