import { EventEmitter, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PopupComponent implements OnDestroy {
    id: number;
    title: any;
    message: any;
    ok: string;
    cancel: string;
    closed: EventEmitter<any>;
    onSuccess(bool: boolean): void;
    constructor();
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PopupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PopupComponent, "sdk-popup", never, { "id": "id"; "title": "title"; "message": "message"; "ok": "ok"; "cancel": "cancel"; }, { "closed": "closed"; }, never, never, false>;
}
