/** * @license * Copyright ASW (A Software World) All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */ import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class AswQrCodeDialog implements OnInit { private formBuilder; dialogRef: MatDialogRef; control: any; constants: any; value: number; errorCorrectionLevels: string[]; modes: string[]; aswFormatForm: FormGroup; aswDensityForm: FormGroup; aswQrLogoStyleForm: FormGroup; constructor(formBuilder: FormBuilder, dialogRef: MatDialogRef, control: any); ngOnInit(): void; validateFormBuilder(): void; setData(): void; confirm(): void; insertImage(event: any): void; onNoClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }