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

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