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