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