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<OBadgeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OBadgeComponent, "o-badge", never, { "type": "type"; "link": "link"; "route": "route"; "customClasses": "customClasses"; "text": "text"; }, {}, never, ["*"], false>;
}
