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