import * as _angular_forms from '@angular/forms'; import { FormBuilder } from '@angular/forms'; import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { RemoteAccessConfiguration } from '@c8y/ngx-components/remote-access/data'; declare class RemoteAccessVncEndpointModalComponent implements OnInit { private formBuilder; credentialTypes: ({ readonly name: "NONE"; readonly value: "NONE"; readonly label: "No password"; } | { readonly name: "PASS_ONLY"; readonly value: "PASS_ONLY"; readonly label: "Password only"; })[]; title: "Remote access endpoint"; form: ReturnType; currentValue: Partial; result: Promise>; private _resolve; private _reject; constructor(formBuilder: FormBuilder); ngOnInit(): void; initForm(): _angular_forms.FormGroup<{ id: _angular_forms.FormControl; name: _angular_forms.FormControl; hostname: _angular_forms.FormControl; port: _angular_forms.FormControl; protocol: _angular_forms.FormControl; password: _angular_forms.FormControl; credentialsType: _angular_forms.FormControl<"PASS_ONLY" | "NONE">; }>; cancel(): void; save(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { RemoteAccessVncEndpointModalComponent }; //# sourceMappingURL=index.d.ts.map