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