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