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