import { FieldType } from '@ngx-formly/core'; import { SwitchOptions } from './formly.type'; import { NzFormlyFieldConfig } from '@xmagic/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldSwitchComponent extends FieldType> { defaultOptions: { props: { nzxCheckedValue: boolean; nzxUnCheckedValue: boolean; }; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }