/** * @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 { EventEmitter } from '@angular/core'; import { NotificationService } from '@asoftwareworld/form-builder/form-control/core'; import * as i0 from "@angular/core"; export declare class AswPreviewTemplate { private notificationService; constants: any; formContainer: any[]; buttonClick: EventEmitter; aswModelChange: EventEmitter; constructor(notificationService: NotificationService); updatedControl(data: any): void; buttonClicked(type: string): void; onSelectionChange(control: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }