import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const NewspaperRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default NewspaperRounded;
