import { BadgeColor } from '../../../interfaces/core';
import * as i0 from "@angular/core";
import * as i1 from "../../../utils/coercion";
/**
 * Badge
 * @description Useful for small counters and labels
 */
export declare class ItBadgeDirective {
    /**
     * Define the badge color
     * @default undefined
     */
    color: BadgeColor | undefined;
    /**
     * Show rounded badge
     * @default false
     */
    rounded?: boolean;
    protected get badgeClass(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ItBadgeDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ItBadgeDirective, "[itBadge]", ["itBadge"], { "color": { "alias": "itBadge"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, true, never>;
    static ngAcceptInputType_rounded: i1.BooleanInput;
}
