import { Service } from "../../../model/service.model"; export declare class ServiceViewComponent { service: Service; }