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