/**
 * @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<any[]>;
    aswModelChange: EventEmitter<any>;
    constructor(notificationService: NotificationService);
    updatedControl(data: any): void;
    buttonClicked(type: string): void;
    onSelectionChange(control: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AswPreviewTemplate, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AswPreviewTemplate, "asw-preview-template", never, { "formContainer": { "alias": "formContainer"; "required": false; }; }, { "buttonClick": "buttonClick"; "aswModelChange": "aswModelChange"; }, never, never, false, never>;
}
