import React from "react";
import { IconProps } from "../Icon.types";
declare const ServiceIcon: React.FC<IconProps>;
export default ServiceIcon;
