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