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