import { Direction } from '@angular/cdk/bidi'; import * as i0 from '@angular/core'; import { AfterViewInit, OnInit, ElementRef, TemplateRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { NzConfigKey, NzConfigService } from 'ng-zorro-antd/core/config'; import { OnChangeType, OnTouchedType, NzSizeDSType } from 'ng-zorro-antd/core/types'; declare class NzSwitchComponent implements ControlValueAccessor, AfterViewInit, OnInit { readonly _nzModuleName: NzConfigKey; nzConfigService: NzConfigService; private el; private ngZone; private cdr; private focusMonitor; private directionality; private destroyRef; isChecked: boolean; onChange: OnChangeType; onTouched: OnTouchedType; switchElement: ElementRef; nzLoading: boolean; nzDisabled: boolean; nzControl: boolean; nzCheckedChildren: string | TemplateRef | null; nzUnCheckedChildren: string | TemplateRef | null; nzSize: NzSizeDSType; nzId: string | null; dir: Direction; private isNzDisableFirstChange; updateValue(value: boolean): void; focus(): void; blur(): void; constructor(); ngOnInit(): void; ngAfterViewInit(): void; writeValue(value: boolean): void; registerOnChange(fn: OnChangeType): void; registerOnTouched(fn: OnTouchedType): void; setDisabledState(disabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzLoading: unknown; static ngAcceptInputType_nzDisabled: unknown; static ngAcceptInputType_nzControl: unknown; } declare class NzSwitchModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzSwitchComponent, NzSwitchModule };