import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const RSS: React.MemoExoticComponent>; declare type RSSRef = PathIconRef; declare type RSSProps = PathIconProps; export { RSS }; export type { RSSRef, RSSProps }; export default RSS;