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