import * as i0 from "@angular/core";
export declare class TlBadge {
    count: number;
    maxCount: number;
    onlyDot: boolean;
    color: string;
    value: number | string;
    limit: number | string;
    overFlowCount(value: number, limit?: number): number | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlBadge, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlBadge, "tl-badge", never, { "count": "count"; "maxCount": "maxCount"; "onlyDot": "onlyDot"; "color": "color"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=badge.d.ts.map