import { QueryList, TemplateRef } from '@angular/core'; import { AtOptionComponent } from './at-option.component'; export declare class AtOptionGroupComponent { _label: string | TemplateRef; isLabelString: boolean; listOfatOptionComponent: QueryList; atLabel: string | TemplateRef; }