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