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