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