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