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