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