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