import { KeybindCode } from '../../../services/command-palette.service';
import * as i0 from "@angular/core";
export declare class ShortcutComponent {
    shortcut: KeybindCode;
    keys: string[];
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ShortcutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ShortcutComponent, "ngx-commandpalette-shortcut", never, { "shortcut": { "alias": "shortcut"; "required": false; }; }, {}, never, never, true, never>;
}
