import { IconProps } from '../lib';
declare function Newspaper(props: IconProps): JSX.Element;
export default Newspaper;
