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