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