import { TemplateRef, AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core'; import { NglCheckboxOption } from './checkbox-option'; import * as i0 from "@angular/core"; export declare class NglCheckboxGroup implements OnChanges, AfterContentInit { options: QueryList; label: string | TemplateRef; error: string | TemplateRef; get hasError(): boolean; required: boolean; get errorId(): string; set type(type: 'list' | 'button'); get type(): 'list' | 'button'; private uid; private _type; ngOnChanges(changes: SimpleChanges): void; ngAfterContentInit(): void; private updateChildrenType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }