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