import { EventEmitter, OnInit } from '@angular/core'; import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms'; import { EaCApplicationAsCode } from '@semanticjs/common'; import { EaCService } from '../../services/eac.service'; import * as i0 from "@angular/core"; export declare class EmulatedDevicesToggleComponent implements OnInit { protected eacSvc: EaCService; protected formBldr: FormBuilder; EditingApplication: EaCApplicationAsCode; Loading: boolean; SaveFormEvent: EventEmitter<{}>; get IsPrivateFormControl(): AbstractControl; get IsTriggerSignInFormControl(): AbstractControl; EmulatedDevicesFormGroup: FormGroup; IsPrivate: boolean; ProcessorType: string; SkeletonEffect: string; constructor(eacSvc: EaCService, formBldr: FormBuilder); ngOnInit(): void; EmulatedDevicesSubmit(): void; HandleIsPrivate(event: any): void; protected setupEmulatedDevicesFormGroup(): void; protected setupEmulatedDevicesForm(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }