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