import { EventEmitter, OnInit, OnDestroy, ElementRef, AfterContentInit } from '@angular/core'; import { ActionType } from '../../enums/action-type.enum'; import * as i0 from "@angular/core"; export declare class KvPopupComponent implements OnInit, AfterContentInit, OnDestroy { private elementRef; title: string; description: string; isCustomTemplate: boolean; actionType: ActionType; showCloseButton: boolean; totalItemsForPopup?: number; onAccept: EventEmitter; onClose: EventEmitter; actionTypeEnum: typeof ActionType; onAcceptSubmit(): void; onCloseSubmit(): void; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; refreshPagination(totalItems: number): void; private projectedTables?; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }