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