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