import { OnInit } from "@angular/core";
import { StiModelService } from "../../services/model.service";
import { StiClipboardService } from "../../services/sti-clipboard-sevice";
import { FormEventsService } from "../../services/sti-form-events-service";
import { StiHelperService } from "../../services/sti-helper.service";
import { StiLocalizationService } from "../../services/sti-localization.service";
import { StiUndoService } from "../../services/sti-undo-service";
import * as i0 from "@angular/core";
export declare class ContextMenuWindowComponent implements OnInit {
    model: StiModelService;
    helper: StiHelperService;
    formEvents: FormEventsService;
    loc: StiLocalizationService;
    undoService: StiUndoService;
    clipboardService: StiClipboardService;
    constructor(model: StiModelService, helper: StiHelperService, formEvents: FormEventsService, loc: StiLocalizationService, undoService: StiUndoService, clipboardService: StiClipboardService);
    ngOnInit(): void;
    pasteElement(event: any): void;
    copyElement(): void;
    cutElement(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuWindowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuWindowComponent, "sti-context-menu-window", never, {}, {}, never, never, false, never>;
}
