import { OnInit } from '@angular/core';
import { Column, Pagination, DeviceParameter } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class DeviceParametersListComponent implements OnInit {
    private readonly route;
    private readonly assetPropertyService;
    private readonly device;
    rows: DeviceParameter[];
    pagination: Pagination;
    columns: Column[];
    ngOnInit(): Promise<void>;
    loadData(): Promise<{
        data: any[];
        res: any;
        size: number;
        filteredSize: number;
    }>;
    private getParameterKeys;
    static ɵfac: i0.ɵɵFactoryDeclaration<DeviceParametersListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DeviceParametersListComponent, "c8y-device-parameters-list", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=device-parameters-list.component.d.ts.map