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