import { EventEmitter, Injector } from '@angular/core';
import { BsModalRef } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare function rootScopeCommandTemplateFactory($injector: Injector): any;
export declare class CommandTemplatesComponent {
    modalRef: BsModalRef;
    onTemplateSelected: EventEmitter<object>;
    constructor(modalRef: BsModalRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CommandTemplatesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CommandTemplatesComponent, "c8y-command-templates", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=command-templates.component.d.ts.map