/** * Variant theme types values * * @public */ export declare const VariantThemeType: { None: 0; Neutral: 1; Soft: 2; Strong: 3; }; export declare type VariantThemeType = typeof VariantThemeType[keyof typeof VariantThemeType];