import { EventEmitter } from '@angular/core';
import { BsModalRef } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare class CurrentPasswordModalComponent {
    private modal;
    currentPasswordEmitter: EventEmitter<string>;
    password: string;
    constructor(modal: BsModalRef);
    passwordConfirm(): void;
    cancel(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CurrentPasswordModalComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CurrentPasswordModalComponent, "c8y-current-password-modal", never, {}, { "currentPasswordEmitter": "currentPasswordEmitter"; }, never, never, false, never>;
}
//# sourceMappingURL=current-password-modal.component.d.ts.map