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