/**
 * @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 { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class AswEditorDialog implements OnInit {
    dialogRef: MatDialogRef<AswEditorDialog>;
    data: any;
    icons: any;
    linkTo: string;
    constructor(dialogRef: MatDialogRef<AswEditorDialog>, data: any);
    ngOnInit(): void;
    onNoClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AswEditorDialog, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AswEditorDialog, "asw-editor-dialog", never, {}, {}, never, never, false, never>;
}
