/** @component badge */ import { ElementRef } from '@angular/core'; export declare class BadgeComponent { private elementRef; /** @option Sets the optional rounded class | false */ rounded: boolean; private _color; /** @option Sets optional button color | null */ color: string; constructor(elementRef: ElementRef); }