export declare const enum SupportedThemes { light = 0, gray = 1, dark = 2, blur = 3, auto = 4, autoDark = 5, autoLight = 6 }