import type { Components, JSX } from "../types/components"; interface RuxIconRssFeed extends Components.RuxIconRssFeed, HTMLElement {} export const RuxIconRssFeed: { prototype: RuxIconRssFeed; new (): RuxIconRssFeed; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;