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