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