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