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