import { TemplateRef } from '@angular/core'; export declare class NzOptionComponent { private _disabled; private _customContent; template: TemplateRef; nzLabel: string; nzValue: any; nzDisabled: boolean; nzCustomContent: boolean; }