export declareclassThemeColorHelper{
/**
* Extracts the color from a theme string
* @param value The theme string (e.g.: "[theme:neutralDark, default: #212121]")
*/staticGetThemeColor(value: string): string;
}
//# sourceMappingURL=ThemeColorHelper.d.ts.map