import { ClrOptionItems } from './option-items.directive'; import * as i0 from "@angular/core"; export declare class ClrOptionGroup { label: string; protected clrOptionItems: ClrOptionItems; protected labelId: string; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "clr-option-group", never, { "label": "clrOptionGroupLabel"; }, {}, ["clrOptionItems"], ["*"], false, never>; }