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