import React from "react";
import { ServiceItemProps } from "./types";
export default function ServiceItemDesktop(props: ServiceItemProps): React.JSX.Element;
