import { EventEmitter, OnInit } from '@angular/core'; import { Validators } from "@angular/forms"; import { InputDisplay } from "../enum/input-display"; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements OnInit { protected readonly Validators: typeof Validators; valueChange: EventEmitter; label: string; labelText: string; patternErrorMessage: string; checkBoxItems: any[]; hint: string; labelFontWeight: string | number; display: InputDisplay; itemValue: string; itemLabel: string; inputFormControl: any; customValidationsKeys: string[]; uniqueCheckboxId: string; useAccordionWithCheckboxes: boolean; useSelectAllWithAccordionCheckboxes: boolean; trueFalse: boolean; trueFalseItemLabel: string; colSize?: number; checkAll: boolean; onCheckboxChange(event: any): void; ngOnInit(): void; selectAll(event: any): void; protected readonly InputDisplay: typeof InputDisplay; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }