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