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