import * as i0 from '@angular/core'; import { OnChanges, OnDestroy, OnInit } from '@angular/core'; import { DynamicComponent, DynamicComponentAlertAggregator, AlertService } from '@c8y/ngx-components'; import { IManagedObject, OperationService } from '@c8y/client'; import { TranslateService } from '@ngx-translate/core'; import { Observable } from 'rxjs'; import { ContextDashboardComponent } from '@c8y/ngx-components/context-dashboard'; type DeviceControlMessageWidgetConfig = { device?: IManagedObject; }; declare class DeviceControlMessageWidgetViewComponent implements OnChanges, DynamicComponent, OnDestroy, OnInit { private alert; private operation; private translate; private dashboard; config: DeviceControlMessageWidgetConfig; operationSupportedByDevice$: Observable; messageToBeSent: string; alerts: DynamicComponentAlertAggregator; private readonly operationAttribute; private currentDevice; private operationSupportedByDeviceSubscription; constructor(alert: AlertService, operation: OperationService, translate: TranslateService, dashboard: ContextDashboardComponent); ngOnInit(): void; ngOnDestroy(): void; ngOnChanges(): void; sendMessage(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { DeviceControlMessageWidgetViewComponent }; export type { DeviceControlMessageWidgetConfig }; //# sourceMappingURL=index.d.ts.map