import { TemplateRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; interface Context { disabled: boolean; $implicit: any; } export declare class NzxBlankFieldComponent implements ControlValueAccessor { private cd; contextExp: Context; templateRefExp: TemplateRef; private propagateChange; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; writeValue(obj: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};