import { ServiceDeleteDialog } from "../delete-dialog/delete-dialog.service.component"; import { Services } from "../../../model/service.model"; export declare class ServicesListComponent { services: Services; loading: boolean; prefix: string; hideCheckbox: boolean; deleteDialog: ServiceDeleteDialog; openDeleteDialog(deleteServiceModal: any, service: any): void; prefixPath(pathComponent: string): string; }