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