import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import * as i1 from '@c8y/ngx-components'; import { Column } from '@c8y/ngx-components'; import * as i2 from '@c8y/ngx-components/device-grid'; import { DeviceGridService } from '@c8y/ngx-components/device-grid'; import * as i3 from 'ngx-bootstrap/popover'; declare class ChildDevicesComponent implements OnInit { private route; private deviceGridService; id: string; columns: Column[]; constructor(route: ActivatedRoute, deviceGridService: DeviceGridService); ngOnInit(): Promise; getAllDevices(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ChildDevicesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ChildDevicesComponent, ChildDevicesModule }; //# sourceMappingURL=index.d.ts.map