import React from 'react';
import { UndrawSVGProps } from '../types';
declare const WebDevelopment: React.FC<UndrawSVGProps>;
export default WebDevelopment;
