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