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