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, RemoteAccessService } from '@c8y/ngx-components/remote-access/data'; declare class RemoteAccessSshEndpointModalComponent implements OnInit { private formBuilder; private remoteAccess; credentialTypes: ({ readonly name: "USER_PASS"; readonly value: "USER_PASS"; readonly label: "Username and password"; } | { readonly name: "CERTIFICATE"; readonly value: "CERTIFICATE"; readonly label: "Certificate"; } | { readonly name: "KEY_PAIR"; readonly value: "KEY_PAIR"; readonly label: "Public/private keys"; })[]; title: "Remote access endpoint"; form: ReturnType; generating: boolean; currentValue: Partial; result: Promise>; private _resolve; private _reject; constructor(formBuilder: FormBuilder, remoteAccess: RemoteAccessService); 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; username: _angular_forms.FormControl; password: _angular_forms.FormControl; credentialsType: _angular_forms.FormControl<"KEY_PAIR" | "USER_PASS" | "CERTIFICATE">; hostKey: _angular_forms.FormControl; publicKey: _angular_forms.FormControl; privateKey: _angular_forms.FormControl; certificate: _angular_forms.FormControl; }>; downloadPublicKey(): void; generateKeys(): Promise; cancel(): void; save(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { RemoteAccessSshEndpointModalComponent }; //# sourceMappingURL=index.d.ts.map