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