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