import { QueryList } from '@angular/core'; import { OptionsComponent } from './options-component'; export declare class CheckBoxListOptionComponent { text: string; value: string; } export declare class CheckBoxListComponent extends OptionsComponent { style: any; orientation: string; children: QueryList; } export declare class CheckBoxListModule { }