import { QueryList, TemplateRef } from '@angular/core'; import { NzOptionComponent } from './nz-option.component'; export declare class NzOptionGroupComponent { _label: string | TemplateRef; isLabelString: boolean; listOfNzOptionComponent: QueryList; nzLabel: string | TemplateRef; }