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