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