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

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