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