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