import { QueryList, TemplateRef } from '@angular/core'; import { JdOptionComponent } from './jd-option.component'; export declare class JdOptionGroupComponent { _label: string | TemplateRef; isLabelString: boolean; listOfJdOptionComponent: QueryList; jdLabel: string | TemplateRef; }