import { ElementRef, Injector } from '@angular/core';
import { UpgradeComponent } from '@angular/upgrade/static';
import * as i0 from "@angular/core";
export declare class DeviceTypeDetail extends UpgradeComponent {
    id: string;
    constructor(elementRef: ElementRef, injector: Injector);
    static ɵfac: i0.ɵɵFactoryDeclaration<DeviceTypeDetail, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DeviceTypeDetail, "c8y-device-type-detail-directive", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=device-type-detail.directive.d.ts.map