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