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