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