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