import type { SVGProps } from "react"; export interface RssIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function RssIcon({ className, size, color, ...props }: RssIconProps): import("react").JSX.Element; //# sourceMappingURL=rss-icon.d.ts.map