export declare function generateBadge(value: string, color?: string, label?: string, hasDynamicWidth?: boolean): string;
