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