import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CheckboxGroupComponent { options: { label: string; value: any; }[]; selectedValues: any[]; selectedValuesChange: EventEmitter; disabled: boolean; variant: 'filled' | 'outlined'; class: string; onCheckboxChange(value: any, checked: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }