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