import { FormGroup } from '@angular/forms'; import { UiFactory } from '../../core/ui/ui-factory'; import { CheckboxModel } from './checkbox-model'; import { BehaviorService } from '../../core/behavior/behavior.service'; import * as i0 from "@angular/core"; export declare class PgCheckboxFactoryComponent extends UiFactory { behaviorService: BehaviorService; parentFormGroup: FormGroup; model: any; get checkboxModel(): CheckboxModel; constructor(behaviorService: BehaviorService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }