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