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