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