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