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