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