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