import { AfterViewInit, ChangeDetectorRef, OnInit } from "@angular/core"; import { CfDialog, InputTextComponent } from "codefoxui"; import * as i0 from "@angular/core"; export declare class HotkeyEditorComponent extends CfDialog implements OnInit, AfterViewInit { attachedEvents: { [key: string]: string; }; cdr: ChangeDetectorRef; key: string | null; input: InputTextComponent | undefined; onKeydown(keyboardEvent: KeyboardEvent): void; clear(): void; save(): void; ngAfterViewInit(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }