import { BadgeTypes } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OBadgeComponent { type?: BadgeTypes; link?: string; route?: string; customClasses?: string; text?: string; getBadgesClassNames(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }