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