import { OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { Column } from '@c8y/ngx-components';
import { DeviceGridService } from '@c8y/ngx-components/device-grid';
import * as i0 from "@angular/core";
export declare class ChildDevicesComponent implements OnInit {
    private route;
    private deviceGridService;
    id: string;
    columns: Column[];
    constructor(route: ActivatedRoute, deviceGridService: DeviceGridService);
    ngOnInit(): Promise<void>;
    getAllDevices(): Promise<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ChildDevicesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ChildDevicesComponent, "c8y-child-devices", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=child-devices.component.d.ts.map