import { OnInit } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PdfPasswordDialogComponent implements OnInit { private readonly dialogRef; data: any; passwordFormControl: UntypedFormControl; ngOnInit(): void; isError(): boolean; isValid(): boolean; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }