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