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