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