import * as i0 from '@angular/core'; import { OnChanges, TemplateRef, SimpleChanges } from '@angular/core'; import * as _angular_cdk_bidi from '@angular/cdk/bidi'; import { NzConfigService, NzConfigKey } from 'ng-zorro-antd/core/config'; import { NzNoAnimationDirective } from 'ng-zorro-antd/core/no-animation'; import { NgStyleInterface, NzSafeAny, NzSizeDSType } from 'ng-zorro-antd/core/types'; /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ type NzBadgeStatusType = 'success' | 'processing' | 'default' | 'error' | 'warning'; declare class NzBadgeComponent implements OnChanges { readonly nzConfigService: NzConfigService; protected readonly dir: i0.WritableSignal<_angular_cdk_bidi.Direction>; protected readonly noAnimation: NzNoAnimationDirective | null; readonly _nzModuleName: NzConfigKey; showSup: boolean; presetColor: string | null; nzShowZero: boolean; nzShowDot: boolean; nzStandalone: boolean; nzDot: boolean; nzOverflowCount: number; nzColor?: string; nzStyle: NgStyleInterface | null; nzText?: string | TemplateRef | null; nzTitle?: string | null | undefined; nzStatus?: NzBadgeStatusType | string; nzCount?: number | TemplateRef; nzOffset?: [number, number]; nzSize: NzSizeDSType; protected get mergedStyle(): NgStyleInterface; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzShowZero: unknown; static ngAcceptInputType_nzShowDot: unknown; static ngAcceptInputType_nzStandalone: unknown; static ngAcceptInputType_nzDot: unknown; } /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ declare class NzRibbonComponent implements OnChanges { nzColor?: string; nzPlacement: 'start' | 'end'; nzText: string | TemplateRef | null; presetColor: string | null; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzBadgeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzBadgeComponent, NzBadgeModule, NzRibbonComponent }; export type { NzBadgeStatusType };