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