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