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