import { EventEmitter } from '@angular/core'; import { Option } from '../../../models/shared/check-box'; import * as i0 from "@angular/core"; export declare class CheckBoxesComponent { /** Label of group of checkboxes */ /** Each checkbox to be part of group */ optionList: Option[]; /** Emitting click event on any checkbox of group */ clickEvent: EventEmitter; /** List of selected checkboxes of group */ selectedOptionsList: Option[]; /** Handle selection of option in */ selectedOption(event: Option, option: Option): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }