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