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