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