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