import { ChangeDetectorRef, OnInit } from "@angular/core"; import { FormGroup } from "@angular/forms"; import { InterceptorsService, CfDialog } from "codefoxui"; import { UserService } from "../../services"; import * as i0 from "@angular/core"; export declare class UserconfirmComponent extends CfDialog implements OnInit { cdr: ChangeDetectorRef; userService: UserService; interceptorsService: InterceptorsService; permission: string | null; users: string[]; formGroup: FormGroup; error: string | null; loading: boolean; getConfirmUsers(): void; confirm(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }