import { IManagedObject } from '@c8y/client';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare class ConfirmDeviceProfileSelectionStepComponent {
    private translate;
    selectedDeviceProfile: IManagedObject;
    readonly DEVICE_TYPE_NOT_DEFINED: "Device type not defined";
    constructor(translate: TranslateService);
    get softwares(): any;
    get configurations(): any;
    getDeviceTypeTitle(deviceProfile: IManagedObject): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDeviceProfileSelectionStepComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeviceProfileSelectionStepComponent, "c8y-confirm-device-profile-selection-step", never, { "selectedDeviceProfile": { "alias": "selectedDeviceProfile"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=confirm-device-profile-selection-step.component.d.ts.map