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