import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgService: (props: SVGProps) => React.JSX.Element; export default SvgService; //# sourceMappingURL=Service.d.ts.map