import { Provider } from '@angular/core'; import { CheckboxRequiredValidator } from '@angular/forms'; import * as i0 from "@angular/core"; export declare const KBQ_CHECKBOX_REQUIRED_VALIDATOR: Provider; /** * Validator for koobiq checkbox's required attribute in template-driven checkbox. * Current CheckboxRequiredValidator only work with `input type=checkbox` and does not * work with `kbq-checkbox`. */ export declare class KbqCheckboxRequiredValidator extends CheckboxRequiredValidator { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }