import type { Components, JSX } from "../types/components";

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