import { EventEmitter } from '@angular/core';
export declare class Dialog {
    data?: any;
    resultEvent: EventEmitter<any>;
}
