import * as i0 from "@angular/core"; /** * Component that is used to group instances of `kbq-option`. * When options aren't provided as `ng-content`, used as a Group Header with styling. */ export declare class KbqOptgroup { label: string; get disabled(): boolean; set disabled(value: boolean); private _disabled; /** Unique id for the underlying label. */ labelId: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: unknown; }