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