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