import { EventEmitter, OnInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CheckBoxListOption { isChecked?: boolean; text: string; id: any; isCustom?: boolean; css?: any; isDisabled?: boolean; } export declare class CheckBoxListComponent implements OnInit { static NUM_SELECTED_TEXT_DEFAULT: string; static MAX_SELECTED_NO_LIMIT: number; DEFAULT_CSS_CLASS: string; allowEmptySelect: boolean; placeholder: string; isDisplayedPlaceholder: boolean; isDisplayedSelectAll: boolean; cssClass: string; numSelectedText: string; commentText: string; commentTooltip: string; maxAllowedSelected: number; isSortByText: boolean; isVisibleCheckboxList: boolean; isMeaningSelectionCancelWhenListCloses: boolean; cancel: EventEmitter; apply: EventEmitter; isEmptySelection: EventEmitter; isSelectingOngoingNow: EventEmitter; container: ElementRef; set isCheckedAll(isCheckedAll: boolean); selectionSummaryText: string; get checkedCount(): number; get unCheckedCount(): number; ngOnInit(): void; get isCheckedAll(): boolean; private _isCheckedAll; set options(options: Array); get options(): Array; private _options; get sourceOptions(): Array; private _sourceOptions; clear(): void; onChangeAll(isChecked: boolean): void; applyClick(): void; doCancelSelection(): void; doBroadcastCancellation(): void; cancelClick(): void; selectAll(isChecked: boolean): void; onChange(isChecked: boolean): void; isSpecifiedCssClass(): boolean; toggleShowingCheckboxList(isCancelledSelection: boolean): void; mouseClickFromSelectComponent(event: any): void; getSummaryText(numSelectedCheckboxes?: number): string; propagateSelectionChanges(): void; updateSummaryText(numSelectedCheckboxes?: number): void; isDisplayedCommentText(): boolean; isDisplayedCommentTooltip(): boolean; isDefinedMaxSelected(): boolean; isAllowedSelectAll(): boolean; isDisplayedOnlyClear(): boolean; updateCheckboxEnablement(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=check-box-list.component.d.ts.map