import { OnInit } from '@angular/core'; import { DialogConfig } from '../../dialog/dialog-config'; import { DialogRef } from '../../dialog/dialog-ref'; import * as i0 from "@angular/core"; export declare class DuplicateComponent implements OnInit { private dialog; dialogConfig: DialogConfig; animate: boolean; itemName: string; constructor(dialog: DialogRef, dialogConfig: DialogConfig); ngOnInit(): void; activate(deleteFlag: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }