import { ChangeDetectorRef, DestroyRef, ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NzSegmentedItemComponent implements OnInit { private cdr; private elementRef; private destroyRef; nzIcon?: string; nzValue: string | number; nzDisabled?: boolean; protected isChecked: boolean; private readonly service; readonly parentDisabled: import("@angular/core").Signal; constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, destroyRef: DestroyRef); ngOnInit(): void; handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }