export declare type Theme = "theme-1" | "theme-2" | "theme-3" | "theme-4" | "theme-5" | "theme-6"; export declare type ThemeIntent = "primary" | "default"; export declare type ThemeButtonSize = "small" | "medium" | "large"; export declare type ThemeBackgroundGradient = "dark" | "light"; export declare type ThemeBackgroundType = "dark" | "light"; export declare type ThemeFontVariant = "font-variant-1" | "font-variant-2" | "font-variant-3";