/**
 * The Twitch embed color theme to use.
 */
export declare enum TwitchEmbedTheme {
    DARK = "dark",
    LIGHT = "light"
}
