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